Show patches with: none      |   43234 patches
« 1 2 ... 157 158 159432 433 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v5,4/6] unpack-objects.c: add dry_run mode for get_data() unpack large objects in stream - - - --- 2021-12-10 Han Xin New
[v5,3/6] object-file.c: read stream in a loop in write_loose_object() unpack large objects in stream - - - --- 2021-12-10 Han Xin New
[v5,2/6] object-file.c: handle undetermined oid in write_loose_object() unpack large objects in stream - - - --- 2021-12-10 Han Xin New
[v5,1/6] object-file: refactor write_loose_object() to support read from stream unpack large objects in stream - - - --- 2021-12-10 Han Xin New
[v3,2/2] test-lib.sh: remove the now-unused "test_untraceable" facility test-lib.sh: have all tests pass under "-x", remove BASH_XTRACEFD - - - --- 2021-12-10 Ævar Arnfjörð Bjarmason Superseded
[v3,1/2] t1510: remove need for "test_untraceable", retain coverage test-lib.sh: have all tests pass under "-x", remove BASH_XTRACEFD - - - --- 2021-12-10 Ævar Arnfjörð Bjarmason Superseded
[2/2] checkout: introduce "--to-branch" option checkout: introduce "--to-branch" option - - - --- 2021-12-10 ZheNing Hu New
[1/2] checkout: handling branch_info memory leak checkout: introduce "--to-branch" option - - - --- 2021-12-10 ZheNing Hu New
[v3,10/10] clone: avoid using deprecated `sparse-checkout init` sparse-checkout: make set subsume init - 2 - --- 2021-12-10 Elijah Newren Superseded
[v3,09/10] Documentation: clarify/correct a few sparsity related statements sparse-checkout: make set subsume init - 2 - --- 2021-12-10 Elijah Newren Superseded
[v3,08/10] git-sparse-checkout.txt: update to document init/set/reapply changes sparse-checkout: make set subsume init - 2 - --- 2021-12-10 Elijah Newren Superseded
[v3,07/10] sparse-checkout: enable reapply to take --[no-]{cone,sparse-index} sparse-checkout: make set subsume init - 2 - --- 2021-12-10 Elijah Newren Superseded
[v3,06/10] sparse-checkout: enable `set` to initialize sparse-checkout mode sparse-checkout: make set subsume init - 2 - --- 2021-12-10 Elijah Newren Superseded
[v3,05/10] sparse-checkout: split out code for tweaking settings config sparse-checkout: make set subsume init - 2 - --- 2021-12-10 Elijah Newren Superseded
[v3,04/10] sparse-checkout: disallow --no-stdin as an argument to set sparse-checkout: make set subsume init - 2 - --- 2021-12-10 Elijah Newren Superseded
[v3,03/10] sparse-checkout: add sanity-checks on initial sparsity state sparse-checkout: make set subsume init - 2 - --- 2021-12-10 Elijah Newren Superseded
[v3,02/10] sparse-checkout: break apart functions for sparse_checkout_(set|add) sparse-checkout: make set subsume init - 2 - --- 2021-12-10 Elijah Newren Superseded
[v3,01/10] sparse-checkout: pass use_stdin as a parameter instead of as a global sparse-checkout: make set subsume init - 2 - --- 2021-12-10 Elijah Newren Superseded
[6/6] git-p4: Resolve RCS keywords in binary Transition git-p4.py to support Python 3 only - - - --- 2021-12-09 Joel Holdsworth Superseded
[5/6] git-p4: Eliminate decode_stream and encode_stream Transition git-p4.py to support Python 3 only - - - --- 2021-12-09 Joel Holdsworth Superseded
[4/6] git-p4: Decode byte strings before printing Transition git-p4.py to support Python 3 only - - - --- 2021-12-09 Joel Holdsworth Superseded
[3/6] git-p4: Removed support for Python 2 Transition git-p4.py to support Python 3 only - - - --- 2021-12-09 Joel Holdsworth Superseded
[2/6] git-p4: Don't print shell commands as python lists Transition git-p4.py to support Python 3 only - - - --- 2021-12-09 Joel Holdsworth Superseded
[1/6] git-p4: Always pass cmd arguments to subprocess as a python lists Transition git-p4.py to support Python 3 only - - - --- 2021-12-09 Joel Holdsworth Superseded
[RFC,10/10] linear-assignment.c: use "intmax_t" instead of "int" range-diff: fix segfault due to integer overflow - - - --- 2021-12-09 Ævar Arnfjörð Bjarmason Superseded
[RFC,09/10] linear-assignment.c: add and use intprops.h from Gnulib range-diff: fix segfault due to integer overflow - - - --- 2021-12-09 Ævar Arnfjörð Bjarmason Superseded
[RFC,08/10] linear-assignment.c: detect signed add/mul on GCC and Clang range-diff: fix segfault due to integer overflow - - - --- 2021-12-09 Ævar Arnfjörð Bjarmason Superseded
[RFC,07/10] linear-assignment.c: convert a macro to a "static inline" function range-diff: fix segfault due to integer overflow - - - --- 2021-12-09 Ævar Arnfjörð Bjarmason Superseded
[RFC,06/10] linear-assignment.c: take "size_t", not "int" for *_count range-diff: fix segfault due to integer overflow - - - --- 2021-12-09 Ævar Arnfjörð Bjarmason Superseded
[RFC,05/10] linear-assignment.c: split up compute_assignment() function range-diff: fix segfault due to integer overflow - - - --- 2021-12-09 Ævar Arnfjörð Bjarmason Superseded
[RFC,04/10] range-diff: zero out elements in "cost" first range-diff: fix segfault due to integer overflow - - - --- 2021-12-09 Ævar Arnfjörð Bjarmason Superseded
[RFC,03/10] range-diff.c: use "size_t" to refer to "struct string_list"'s "nr" range-diff: fix segfault due to integer overflow - - - --- 2021-12-09 Ævar Arnfjörð Bjarmason Superseded
[RFC,02/10] range-diff.c: don't use st_mult() for signed "int" range-diff: fix segfault due to integer overflow - - - --- 2021-12-09 Ævar Arnfjörð Bjarmason Superseded
[RFC,01/10] string-list API: change "nr" and "alloc" to "size_t" range-diff: fix segfault due to integer overflow - - - --- 2021-12-09 Ævar Arnfjörð Bjarmason Superseded
[v3,5/5] branch.c: replace questionable exit() codes implement branch --recurse-submodules - - - --- 2021-12-09 Glen Choo Superseded
[v3,4/5] branch: add --recurse-submodules option for branch creation implement branch --recurse-submodules - - - --- 2021-12-09 Glen Choo Superseded
[v3,3/5] builtin/branch: clean up action-picking logic in cmd_branch() implement branch --recurse-submodules - - - --- 2021-12-09 Glen Choo Superseded
[v3,2/5] branch: remove forward declaration of validate_branch_start() implement branch --recurse-submodules - - - --- 2021-12-09 Glen Choo Superseded
[v3,1/5] branch: move --set-upstream-to behavior to setup_tracking() implement branch --recurse-submodules - - - --- 2021-12-09 Glen Choo Superseded
[v5,15/15] diff --color-moved: intern strings diff --color-moved[-ws] speedups - - - --- 2021-12-09 Phillip Wood Accepted
[v5,14/15] diff: use designated initializers for emitted_diff_symbol diff --color-moved[-ws] speedups - - - --- 2021-12-09 Phillip Wood Accepted
[v5,13/15] diff --color-moved-ws=allow-indentation-change: improve hash lookups diff --color-moved[-ws] speedups - - - --- 2021-12-09 Phillip Wood Accepted
[v5,12/15] diff --color-moved: stop clearing potential moved blocks diff --color-moved[-ws] speedups - - - --- 2021-12-09 Phillip Wood Accepted
[v5,11/15] diff --color-moved: shrink potential moved blocks as we go diff --color-moved[-ws] speedups - - - --- 2021-12-09 Phillip Wood Accepted
[v5,10/15] diff --color-moved: unify moved block growth functions diff --color-moved[-ws] speedups - - - --- 2021-12-09 Phillip Wood Accepted
[v5,09/15] diff --color-moved: call comparison function directly diff --color-moved[-ws] speedups - - - --- 2021-12-09 Phillip Wood Accepted
[v5,08/15] diff --color-moved-ws=allow-indentation-change: simplify and optimize diff --color-moved[-ws] speedups - - - --- 2021-12-09 Phillip Wood Accepted
[v5,07/15] diff: simplify allow-indentation-change delta calculation diff --color-moved[-ws] speedups - - - --- 2021-12-09 Phillip Wood Accepted
[v5,06/15] diff --color-moved: avoid false short line matches and bad zebra coloring diff --color-moved[-ws] speedups - - - --- 2021-12-09 Phillip Wood Accepted
[v5,05/15] diff --color-moved=zebra: fix alternate coloring diff --color-moved[-ws] speedups - - - --- 2021-12-09 Phillip Wood Accepted
[v5,04/15] diff --color-moved: rewind when discarding pmb diff --color-moved[-ws] speedups - - - --- 2021-12-09 Phillip Wood New
[v5,03/15] diff --color-moved: factor out function diff --color-moved[-ws] speedups - - - --- 2021-12-09 Phillip Wood Accepted
[v5,02/15] diff --color-moved: clear all flags on blocks that are too short diff --color-moved[-ws] speedups - - - --- 2021-12-09 Phillip Wood Accepted
[v5,01/15] diff --color-moved: add perf tests diff --color-moved[-ws] speedups - - - --- 2021-12-09 Phillip Wood New
[v3,1/1] push: make '-u' have default arguments making --set-upstream have default arguments - - - --- 2021-12-09 Abhradeep Chakraborty Superseded
[v6,9/9] ssh signing: verify ssh-keygen in test prereq ssh signing: verify key lifetime - - - --- 2021-12-09 Fabian Stelzer Accepted
[v6,8/9] ssh signing: make fmt-merge-msg consider key lifetime ssh signing: verify key lifetime - - - --- 2021-12-09 Fabian Stelzer Accepted
[v6,7/9] ssh signing: make verify-tag consider key lifetime ssh signing: verify key lifetime - - - --- 2021-12-09 Fabian Stelzer Accepted
[v6,6/9] ssh signing: make git log verify key lifetime ssh signing: verify key lifetime - - - --- 2021-12-09 Fabian Stelzer Accepted
[v6,5/9] ssh signing: make verify-commit consider key lifetime ssh signing: verify key lifetime - - - --- 2021-12-09 Fabian Stelzer Accepted
[v6,4/9] ssh signing: add key lifetime test prereqs ssh signing: verify key lifetime - - - --- 2021-12-09 Fabian Stelzer Accepted
[v6,3/9] ssh signing: use sigc struct to pass payload ssh signing: verify key lifetime - - - --- 2021-12-09 Fabian Stelzer Accepted
[v6,2/9] t/fmt-merge-msg: make gpgssh tests more specific ssh signing: verify key lifetime - - - --- 2021-12-09 Fabian Stelzer Accepted
[v6,1/9] t/fmt-merge-msg: do not redirect stderr ssh signing: verify key lifetime - - - --- 2021-12-09 Fabian Stelzer Accepted
[v2] fast-export: fix surprising behavior with --first-parent [v2] fast-export: fix surprising behavior with --first-parent - - - --- 2021-12-09 William Sprent Superseded
[v19,3/3] am: support --allow-empty to record specific empty patches am: support --empty=(die|drop|keep) option and --allow-empty option to handle empty patches - - - --- 2021-12-09 徐沛文 (Aleen) Accepted
[v19,2/3] am: support --empty=<option> to handle empty patches am: support --empty=(die|drop|keep) option and --allow-empty option to handle empty patches - - - --- 2021-12-09 徐沛文 (Aleen) Accepted
[v19,1/3] doc: git-format-patch: describe the option --always am: support --empty=(die|drop|keep) option and --allow-empty option to handle empty patches - - - --- 2021-12-09 徐沛文 (Aleen) Accepted
[19/19] t6000-t9999: detect and signal failure within loop tests: fix broken &&-chains & abort loops on error - - - --- 2021-12-09 Eric Sunshine Accepted
[18/19] t5000-t5999: detect and signal failure within loop tests: fix broken &&-chains & abort loops on error - - - --- 2021-12-09 Eric Sunshine Accepted
[17/19] t4000-t4999: detect and signal failure within loop tests: fix broken &&-chains & abort loops on error - - - --- 2021-12-09 Eric Sunshine Accepted
[16/19] t0000-t3999: detect and signal failure within loop tests: fix broken &&-chains & abort loops on error - - - --- 2021-12-09 Eric Sunshine Accepted
[15/19] tests: simplify by dropping unnecessary `for` loops tests: fix broken &&-chains & abort loops on error - - - --- 2021-12-09 Eric Sunshine Accepted
[14/19] tests: apply modern idiom for exiting loop upon failure tests: fix broken &&-chains & abort loops on error - - - --- 2021-12-09 Eric Sunshine Accepted
[13/19] tests: apply modern idiom for signaling test failure tests: fix broken &&-chains & abort loops on error - - - --- 2021-12-09 Eric Sunshine Accepted
[12/19] tests: fix broken &&-chains in `{...}` groups tests: fix broken &&-chains & abort loops on error - - - --- 2021-12-09 Eric Sunshine Accepted
[11/19] tests: fix broken &&-chains in `$(...)` command substitutions tests: fix broken &&-chains & abort loops on error - - - --- 2021-12-09 Eric Sunshine Accepted
[10/19] tests: fix broken &&-chains in compound statements tests: fix broken &&-chains & abort loops on error - - - --- 2021-12-09 Eric Sunshine Accepted
[09/19] tests: use test_write_lines() to generate line-oriented output tests: fix broken &&-chains & abort loops on error - - - --- 2021-12-09 Eric Sunshine Accepted
[08/19] tests: simplify construction of large blocks of text tests: fix broken &&-chains & abort loops on error - - - --- 2021-12-09 Eric Sunshine Accepted
[07/19] t9107: use shell parameter expansion to avoid breaking &&-chain tests: fix broken &&-chains & abort loops on error - - - --- 2021-12-09 Eric Sunshine Accepted
[06/19] t6300: make `%(raw:size) --shell` test more robust tests: fix broken &&-chains & abort loops on error - - - --- 2021-12-09 Eric Sunshine Accepted
[05/19] t5516: drop unnecessary subshell and command invocation tests: fix broken &&-chains & abort loops on error - - - --- 2021-12-09 Eric Sunshine Accepted
[04/19] t4202: clarify intent by creating expected content less cleverly tests: fix broken &&-chains & abort loops on error - - - --- 2021-12-09 Eric Sunshine Accepted
[03/19] t1020: avoid aborting entire test script when one test fails tests: fix broken &&-chains & abort loops on error - - - --- 2021-12-09 Eric Sunshine Accepted
[02/19] t1010: fix unnoticed failure on Windows tests: fix broken &&-chains & abort loops on error - - - --- 2021-12-09 Eric Sunshine Accepted
[01/19] t/lib-pager: use sane_unset() to avoid breaking &&-chain tests: fix broken &&-chains & abort loops on error - - - --- 2021-12-09 Eric Sunshine Accepted
[v6,11/11] t2501: simplify the tests since we can now assume desired behavior Avoid removing the current working directory, even if it becomes empty 2 - - --- 2021-12-09 Elijah Newren Accepted
[v6,10/11] dir: new flag to remove_dir_recurse() to spare the original_cwd Avoid removing the current working directory, even if it becomes empty 2 - - --- 2021-12-09 Elijah Newren Accepted
[v6,09/11] dir: avoid incidentally removing the original_cwd in remove_path() Avoid removing the current working directory, even if it becomes empty 2 - - --- 2021-12-09 Elijah Newren Accepted
[v6,08/11] stash: do not attempt to remove startup_info->original_cwd Avoid removing the current working directory, even if it becomes empty 2 - - --- 2021-12-09 Elijah Newren Accepted
[v6,07/11] rebase: do not attempt to remove startup_info->original_cwd Avoid removing the current working directory, even if it becomes empty 2 - - --- 2021-12-09 Elijah Newren Accepted
[v6,06/11] clean: do not attempt to remove startup_info->original_cwd Avoid removing the current working directory, even if it becomes empty 2 - - --- 2021-12-09 Elijah Newren Accepted
[v6,05/11] symlinks: do not include startup_info->original_cwd in dir removal Avoid removing the current working directory, even if it becomes empty 2 - - --- 2021-12-09 Elijah Newren Accepted
[v6,04/11] unpack-trees: add special cwd handling Avoid removing the current working directory, even if it becomes empty 2 - - --- 2021-12-09 Elijah Newren Accepted
[v6,03/11] unpack-trees: refuse to remove startup_info->original_cwd Avoid removing the current working directory, even if it becomes empty 2 - - --- 2021-12-09 Elijah Newren Accepted
[v6,02/11] setup: introduce startup_info->original_cwd Avoid removing the current working directory, even if it becomes empty 2 - - --- 2021-12-09 Elijah Newren Accepted
[v6,01/11] t2501: add various tests for removing the current working directory Avoid removing the current working directory, even if it becomes empty 2 - - --- 2021-12-09 Elijah Newren Accepted
[3/3] refs API: remove "failure_errno" from refs_resolve_ref_unsafe() refs: ab/refs-errno-cleanup fixup + remove "failure_errno" - - - --- 2021-12-09 Ævar Arnfjörð Bjarmason Superseded
[2/3] sequencer: don't use die_errno() on refs_resolve_ref_unsafe() failure refs: ab/refs-errno-cleanup fixup + remove "failure_errno" - - - --- 2021-12-09 Ævar Arnfjörð Bjarmason Superseded
« 1 2 ... 157 158 159432 433 »