Show patches with: Archived = No       |   19721 patches
« 1 2 ... 113 114 115197 198 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v3,07/21] git-p4: sort and de-duplcate pylint disable list git-p4: Various code tidy-ups - - - --- 2022-01-16 Joel Holdsworth Superseded
[v3,06/21] git-p4: remove commented code git-p4: Various code tidy-ups - - - --- 2022-01-16 Joel Holdsworth Superseded
[v3,05/21] git-p4: convert descriptive class and function comments into docstrings git-p4: Various code tidy-ups - - - --- 2022-01-16 Joel Holdsworth Superseded
[v3,04/21] git-p4: improve consistency of docstring formatting git-p4: Various code tidy-ups - - - --- 2022-01-16 Joel Holdsworth Superseded
[v3,03/21] git-p4: indent with 4-spaces git-p4: Various code tidy-ups - - - --- 2022-01-16 Joel Holdsworth Superseded
[v3,02/21] git-p4: remove unneeded semicolons from statements git-p4: Various code tidy-ups - - - --- 2022-01-16 Joel Holdsworth Superseded
[v3,01/21] git-p4: add blank lines between functions and class definitions git-p4: Various code tidy-ups - - - --- 2022-01-16 Joel Holdsworth Superseded
build: centos/RHEL 7 ships with an older gcc and zlib build: centos/RHEL 7 ships with an older gcc and zlib - - - --- 2022-01-16 David Aguilar Accepted
merge-ort: avoid assuming all renames detected merge-ort: avoid assuming all renames detected - - - --- 2022-01-15 Elijah Newren Superseded
README.md: add CodingGuidelines and a link for Translators README.md: add CodingGuidelines and a link for Translators - - - --- 2022-01-14 Philip Oakley Superseded
[v2,5/5] Accelerate clear_skip_worktree_from_present_files() by caching Remove the present-despite-SKIP_WORKTREE class of bugs (for sparse-checkouts) - - - --- 2022-01-14 Elijah Newren Accepted
[v2,4/5] Update documentation related to sparsity and the skip-worktree bit Remove the present-despite-SKIP_WORKTREE class of bugs (for sparse-checkouts) - - - --- 2022-01-14 Elijah Newren Accepted
[v2,3/5] repo_read_index: clear SKIP_WORKTREE bit from files present in worktree Remove the present-despite-SKIP_WORKTREE class of bugs (for sparse-checkouts) - - - --- 2022-01-14 Elijah Newren Accepted
[v2,2/5] unpack-trees: fix accidental loss of user changes Remove the present-despite-SKIP_WORKTREE class of bugs (for sparse-checkouts) - - - --- 2022-01-14 Elijah Newren Accepted
[v2,1/5] t1011: add testcase demonstrating accidental loss of user modifications Remove the present-despite-SKIP_WORKTREE class of bugs (for sparse-checkouts) - - - --- 2022-01-14 Elijah Newren Accepted
test-lib: unset trace2 parent envvars test-lib: unset trace2 parent envvars - - - --- 2022-01-14 Josh Steadmon Superseded
[ab/fsck-unexpected-type] t1450-fsck: exec-bit is not needed to make loose object writable [ab/fsck-unexpected-type] t1450-fsck: exec-bit is not needed to make loose object writable - - - --- 2022-01-13 Johannes Sixt Accepted
reftable: avoid initializing structs from structs reftable: avoid initializing structs from structs - - - --- 2022-01-13 Han-Wen Nienhuys Accepted
[5/5] Accelerate clear_skip_worktree_from_present_files() by caching Remove the present-despite-SKIP_WORKTREE class of bugs (for sparse-checkouts) - - - --- 2022-01-13 Elijah Newren Superseded
[4/5] Update documentation related to sparsity and the skip-worktree bit Remove the present-despite-SKIP_WORKTREE class of bugs (for sparse-checkouts) - - - --- 2022-01-13 Elijah Newren Superseded
[3/5] repo_read_index: clear SKIP_WORKTREE bit from files present in worktree Remove the present-despite-SKIP_WORKTREE class of bugs (for sparse-checkouts) - - - --- 2022-01-13 Elijah Newren Superseded
[2/5] unpack-trees: fix accidental loss of user changes Remove the present-despite-SKIP_WORKTREE class of bugs (for sparse-checkouts) - - - --- 2022-01-13 Elijah Newren Superseded
[1/5] t1011: add testcase demonstrating accidental loss of user modifications Remove the present-despite-SKIP_WORKTREE class of bugs (for sparse-checkouts) - - - --- 2022-01-13 Elijah Newren Superseded
[v2,21/21] git-p4: seperate multiple statements onto seperate lines git-p4: Various code tidy-ups - - - --- 2022-01-13 Joel Holdsworth Superseded
[v2,20/21] git-p4: move inline comments to line above git-p4: Various code tidy-ups - - - --- 2022-01-13 Joel Holdsworth Superseded
[v2,19/21] git-p4: only seperate code blocks by a single empty line git-p4: Various code tidy-ups - - - --- 2022-01-13 Joel Holdsworth Superseded
[v2,18/21] git-p4: compare to singletons with "is" and "is not" git-p4: Various code tidy-ups - - - --- 2022-01-13 Joel Holdsworth Superseded
[v2,17/21] git-p4: normalize indentation of lines in conditionals git-p4: Various code tidy-ups - - - --- 2022-01-13 Joel Holdsworth Superseded
[v2,16/21] git-p4: ensure there is a single space around all operators git-p4: Various code tidy-ups - - - --- 2022-01-13 Joel Holdsworth Superseded
[v2,15/21] git-p4: ensure every comment has a single # git-p4: Various code tidy-ups - - - --- 2022-01-13 Joel Holdsworth Superseded
[v2,14/21] git-p4: remove spaces between dictionary keys and colons git-p4: Various code tidy-ups - - - --- 2022-01-13 Joel Holdsworth Superseded
[v2,13/21] git-p4: remove redundant backslash-continuations inside brackets git-p4: Various code tidy-ups - - - --- 2022-01-13 Joel Holdsworth Superseded
[v2,12/21] git-p4: remove extraneous spaces before function arguments git-p4: Various code tidy-ups - - - --- 2022-01-13 Joel Holdsworth Superseded
[v2,11/21] git-p4: place a single space after every comma git-p4: Various code tidy-ups - - - --- 2022-01-13 Joel Holdsworth Superseded
[v2,10/21] git-p4: removed brackets when assigning multiple return values git-p4: Various code tidy-ups - - - --- 2022-01-13 Joel Holdsworth Superseded
[v2,09/21] git-p4: remove spaces around default arguments git-p4: Various code tidy-ups - - - --- 2022-01-13 Joel Holdsworth Superseded
[v2,08/21] git-p4: remove padding from lists, tuples and function arguments git-p4: Various code tidy-ups - - - --- 2022-01-13 Joel Holdsworth Superseded
[v2,07/21] git-p4: sort and de-duplcate pylint disable list git-p4: Various code tidy-ups - - - --- 2022-01-13 Joel Holdsworth Superseded
[v2,06/21] git-p4: remove commented code git-p4: Various code tidy-ups - - - --- 2022-01-13 Joel Holdsworth Superseded
[v2,05/21] git-p4: convert descriptive class and function comments into docstrings git-p4: Various code tidy-ups - - - --- 2022-01-13 Joel Holdsworth Superseded
[v2,04/21] git-p4: improve consistency of docstring formatting git-p4: Various code tidy-ups - - - --- 2022-01-13 Joel Holdsworth Superseded
[v2,03/21] git-p4: indent with 4-spaces git-p4: Various code tidy-ups - - - --- 2022-01-13 Joel Holdsworth Superseded
[v2,02/21] git-p4: remove unneeded semicolons from statements git-p4: Various code tidy-ups - - - --- 2022-01-13 Joel Holdsworth Superseded
[v2,01/21] git-p4: add blank lines between functions and class definitions git-p4: Various code tidy-ups - - - --- 2022-01-13 Joel Holdsworth Superseded
[v3,6/6] refs: skip hooks when deleting uncovered packed refs refs: excessive hook execution with packed refs - - - --- 2022-01-13 Patrick Steinhardt Superseded
[v3,5/6] refs: do not execute reference-transaction hook on packing refs refs: excessive hook execution with packed refs - - - --- 2022-01-13 Patrick Steinhardt Superseded
[v3,4/6] refs: demonstrate excessive execution of the reference-transaction hook refs: excessive hook execution with packed refs - - - --- 2022-01-13 Patrick Steinhardt Superseded
[v3,3/6] refs: allow skipping the reference-transaction hook refs: excessive hook execution with packed refs - - - --- 2022-01-13 Patrick Steinhardt Superseded
[v3,2/6] refs: allow passing flags when beginning transactions refs: excessive hook execution with packed refs - - - --- 2022-01-13 Patrick Steinhardt Superseded
[v3,1/6] refs: extract packed_refs_delete_refs() to allow control of transaction refs: excessive hook execution with packed refs - - - --- 2022-01-13 Patrick Steinhardt Superseded
[v10,9/9] ls-tree.c: introduce "--format" option ls-tree: "--object-only" and "--format" opts - - - --- 2022-01-13 Teng Long Superseded
[v10,8/9] cocci: allow padding with `strbuf_addf()` ls-tree: "--object-only" and "--format" opts - - - --- 2022-01-13 Teng Long Superseded
[v10,7/9] ls-tree.c: introduce struct "show_tree_data" ls-tree: "--object-only" and "--format" opts - - - --- 2022-01-13 Teng Long Superseded
[v10,6/9] ls-tree.c: support --object-only option for "git-ls-tree" ls-tree: "--object-only" and "--format" opts - - - --- 2022-01-13 Teng Long Superseded
[v10,5/9] ls-tree: optimize naming and handling of "return" in show_tree() ls-tree: "--object-only" and "--format" opts - - - --- 2022-01-13 Teng Long Superseded
[v10,4/9] ls-tree: use "size_t", not "int" for "struct strbuf"'s "len" ls-tree: "--object-only" and "--format" opts - - - --- 2022-01-13 Teng Long Superseded
[v10,3/9] ls-tree: use "enum object_type", not {blob,tree,commit}_type ls-tree: "--object-only" and "--format" opts - - - --- 2022-01-13 Teng Long Superseded
[v10,2/9] ls-tree: add missing braces to "else" arms ls-tree: "--object-only" and "--format" opts - - - --- 2022-01-13 Teng Long Superseded
[v10,1/9] ls-tree: remove commented-out code ls-tree: "--object-only" and "--format" opts - - - --- 2022-01-13 Teng Long Superseded
[v4,3/3] fetch --negotiate-only: do not update submodules fetch: skip unnecessary tasks when using --negotiate-only - - - --- 2022-01-13 Glen Choo Superseded
[v4,2/3] fetch: skip tasks related to fetching objects fetch: skip unnecessary tasks when using --negotiate-only - - - --- 2022-01-13 Glen Choo Superseded
[v4,1/3] fetch: use goto cleanup in cmd_fetch() fetch: skip unnecessary tasks when using --negotiate-only - - - --- 2022-01-13 Glen Choo Superseded
[6/7] reftable: add test for length of disambiguating prefix reftable: avoid reading and writing empty keys - - - --- 2022-01-12 Han-Wen Nienhuys Accepted
[5/7] reftable: ensure that obj_id_len is >= 2 on writing reftable: avoid reading and writing empty keys - - - --- 2022-01-12 Han-Wen Nienhuys Accepted
[3/7] reftable: add a test that verifies that writing empty keys fails reftable: avoid reading and writing empty keys - - - --- 2022-01-12 Han-Wen Nienhuys Accepted
[2/7] reftable: reject 0 object_id_len reftable: avoid reading and writing empty keys - - - --- 2022-01-12 Han-Wen Nienhuys Accepted
[1/7] Documentation: object_id_len goes up to 31 reftable: avoid reading and writing empty keys - - - --- 2022-01-12 Han-Wen Nienhuys Accepted
[20/20] git-p4: seperate multiple statements onto seperate lines git-p4: Various code tidy-ups - - - --- 2022-01-12 Joel Holdsworth Superseded
[19/20] git-p4: move inline comments to line above git-p4: Various code tidy-ups - - - --- 2022-01-12 Joel Holdsworth Superseded
[18/20] git-p4: only seperate code blocks by a single empty line git-p4: Various code tidy-ups - - - --- 2022-01-12 Joel Holdsworth Superseded
[17/20] git-p4: compare to singletons with "is" and "is not" git-p4: Various code tidy-ups - - - --- 2022-01-12 Joel Holdsworth Superseded
[16/20] git-p4: tidied visual indented lines of conditionals git-p4: Various code tidy-ups - - - --- 2022-01-12 Joel Holdsworth Superseded
[15/20] git-p4: ensure there is a single space around all operators git-p4: Various code tidy-ups - - - --- 2022-01-12 Joel Holdsworth Superseded
[14/20] git-p4: ensure every comment has a single # git-p4: Various code tidy-ups - - - --- 2022-01-12 Joel Holdsworth Superseded
[13/20] git-p4: remove spaces between dictionary keys and colons git-p4: Various code tidy-ups - - - --- 2022-01-12 Joel Holdsworth Superseded
[12/20] git-p4: remove redundant backslash-continuations inside brackets git-p4: Various code tidy-ups - - - --- 2022-01-12 Joel Holdsworth Superseded
[11/20] git-p4: remove extraneous spaces before function arguments git-p4: Various code tidy-ups - - - --- 2022-01-12 Joel Holdsworth Superseded
[10/20] git-p4: place a single space after every comma git-p4: Various code tidy-ups - - - --- 2022-01-12 Joel Holdsworth Superseded
[09/20] git-p4: remove spaces around default arguments git-p4: Various code tidy-ups - - - --- 2022-01-12 Joel Holdsworth Superseded
[08/20] git-p4: remove padding from lists, tuples and function arguments git-p4: Various code tidy-ups - - - --- 2022-01-12 Joel Holdsworth Superseded
[07/20] git-p4: sort and de-duplcate pylint disable list git-p4: Various code tidy-ups - - - --- 2022-01-12 Joel Holdsworth Superseded
[06/20] git-p4: remove commented code git-p4: Various code tidy-ups - - - --- 2022-01-12 Joel Holdsworth Superseded
[05/20] git-p4: convert descriptive class and function comments into docstrings git-p4: Various code tidy-ups - - - --- 2022-01-12 Joel Holdsworth Superseded
[04/20] git-p4: improve consistency of docstring formatting git-p4: Various code tidy-ups - - - --- 2022-01-12 Joel Holdsworth Superseded
[03/20] git-p4: indent with 4-spaces git-p4: Various code tidy-ups - - - --- 2022-01-12 Joel Holdsworth Superseded
[02/20] git-p4: remove unneeded semicolons from statements git-p4: Various code tidy-ups - - - --- 2022-01-12 Joel Holdsworth Superseded
[01/20] git-p4: add blank lines between functions and class definitions git-p4: Various code tidy-ups - - - --- 2022-01-12 Joel Holdsworth Superseded
[v7,6/6] object-name: re-use "struct strbuf" in show_ambiguous_object() object-name: make ambiguous object output translatable + show tag date - - - --- 2022-01-12 Ævar Arnfjörð Bjarmason Superseded
[v7,5/6] object-name: iterate ambiguous objects before showing header object-name: make ambiguous object output translatable + show tag date - - - --- 2022-01-12 Ævar Arnfjörð Bjarmason Superseded
[v7,4/6] object-name: show date for ambiguous tag objects object-name: make ambiguous object output translatable + show tag date - - - --- 2022-01-12 Ævar Arnfjörð Bjarmason Superseded
[v7,3/6] object-name: make ambiguous object output translatable object-name: make ambiguous object output translatable + show tag date - - - --- 2022-01-12 Ævar Arnfjörð Bjarmason Superseded
[v7,2/6] object-name: explicitly handle OBJ_BAD in show_ambiguous_object() object-name: make ambiguous object output translatable + show tag date - - - --- 2022-01-12 Ævar Arnfjörð Bjarmason Superseded
[v7,1/6] object-name tests: add tests for ambiguous object blind spots object-name: make ambiguous object output translatable + show tag date - - - --- 2022-01-12 Ævar Arnfjörð Bjarmason Superseded
[v3,3/3] refs API: remove "failure_errno" from refs_resolve_ref_unsafe() For v2.35.0: refs: ab/refs-errno-cleanup fixup + remove "failure_errno" - - - --- 2022-01-12 Ævar Arnfjörð Bjarmason Accepted
[v3,2/3] sequencer: don't use die_errno() on refs_resolve_ref_unsafe() failure For v2.35.0: refs: ab/refs-errno-cleanup fixup + remove "failure_errno" - - - --- 2022-01-12 Ævar Arnfjörð Bjarmason Accepted
[v3,1/3] refs API: use "failure_errno", not "errno" For v2.35.0: refs: ab/refs-errno-cleanup fixup + remove "failure_errno" - - - --- 2022-01-12 Ævar Arnfjörð Bjarmason Accepted
[v2] t/gpg: simplify test for unknown key [v2] t/gpg: simplify test for unknown key - 1 - --- 2022-01-12 Fabian Stelzer Accepted
[v2,9/9] update-index: reduce scope of index expansion in do_reupdate Sparse index: integrate with 'clean', 'checkout-index', 'update-index' - - - --- 2022-01-11 Victoria Dye Accepted
[v2,8/9] update-index: integrate with sparse index Sparse index: integrate with 'clean', 'checkout-index', 'update-index' - - - --- 2022-01-11 Victoria Dye Accepted
[v2,7/9] update-index: add tests for sparse-checkout compatibility Sparse index: integrate with 'clean', 'checkout-index', 'update-index' - - - --- 2022-01-11 Victoria Dye Accepted
« 1 2 ... 113 114 115197 198 »