Show patches with: Archived = No       |   19545 patches
« 1 2 ... 133 134 135195 196 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[7/8] hook.c users: use "hook_exists()" instead of "find_hook()" Makefile: generate a hook-list.h, prep for config-based-hooks - - - --- 2021-09-23 Ævar Arnfjörð Bjarmason Superseded
[6/8] hook.c: add a hook_exists() wrapper and use it in bugreport.c Makefile: generate a hook-list.h, prep for config-based-hooks - - - --- 2021-09-23 Ævar Arnfjörð Bjarmason Superseded
[5/8] hook.[ch]: move find_hook() from run-command.c to hook.c Makefile: generate a hook-list.h, prep for config-based-hooks - - - --- 2021-09-23 Ævar Arnfjörð Bjarmason Superseded
[4/8] Makefile: remove an out-of-date comment Makefile: generate a hook-list.h, prep for config-based-hooks - - - --- 2021-09-23 Ævar Arnfjörð Bjarmason Superseded
[3/8] Makefile: don't perform "mv $@+ $@" dance for $(GENERATED_H) Makefile: generate a hook-list.h, prep for config-based-hooks - - - --- 2021-09-23 Ævar Arnfjörð Bjarmason Superseded
[2/8] Makefile: stop hardcoding {command,config}-list.h Makefile: generate a hook-list.h, prep for config-based-hooks - - - --- 2021-09-23 Ævar Arnfjörð Bjarmason Superseded
[1/8] Makefile: mark "check" target as .PHONY Makefile: generate a hook-list.h, prep for config-based-hooks - - - --- 2021-09-23 Ævar Arnfjörð Bjarmason Superseded
lazyload.h: use an even more generic function pointer than FARPROC lazyload.h: use an even more generic function pointer than FARPROC - - - --- 2021-09-23 Carlo Marcelo Arenas Belón Superseded
[v2] Makefile: make the "sparse" target non-.PHONY [v2] Makefile: make the "sparse" target non-.PHONY - - - --- 2021-09-23 Ævar Arnfjörð Bjarmason Accepted
[v2] http: match headers case-insensitively when redacting [v2] http: match headers case-insensitively when redacting - - - --- 2021-09-22 Jeff King Accepted
[v2,2/2] Makefile: pass -Wno-pendantic under GENERATE_COMPILATION_DATABASE=yes Makefile: "pedantic" fallout on .depend and "compdb" - - - --- 2021-09-22 Ævar Arnfjörð Bjarmason Accepted
[v2,1/2] Makefile: make COMPUTE_HEADER_DEPENDENCIES=auto work with DEVOPTS=pedantic Makefile: "pedantic" fallout on .depend and "compdb" - - - --- 2021-09-22 Ævar Arnfjörð Bjarmason Accepted
[v3] MyFirstContribution: Document --range-diff option when writing v2 [v3] MyFirstContribution: Document --range-diff option when writing v2 - - - --- 2021-09-22 Glen Choo Accepted
Makefile: clean .depend dirs under COMPUTE_HEADER_DEPENDENCIES != yes Makefile: clean .depend dirs under COMPUTE_HEADER_DEPENDENCIES != yes - - - --- 2021-09-22 Ævar Arnfjörð Bjarmason Accepted
[v4,7/7] test-lib tests: get rid of copy/pasted mock test code test-lib tests: split off subtest code in t0000 into lib-subtest.sh - - - --- 2021-09-22 Ævar Arnfjörð Bjarmason Accepted
[v4,6/7] test-lib tests: assert 1 exit code, not non-zero test-lib tests: split off subtest code in t0000 into lib-subtest.sh - - - --- 2021-09-22 Ævar Arnfjörð Bjarmason Accepted
[v4,5/7] test-lib tests: refactor common part of check_sub_test_lib_test*() test-lib tests: split off subtest code in t0000 into lib-subtest.sh - - - --- 2021-09-22 Ævar Arnfjörð Bjarmason Accepted
[v4,4/7] test-lib tests: avoid subshell for "test_cmp" for readability test-lib tests: split off subtest code in t0000 into lib-subtest.sh - - - --- 2021-09-22 Ævar Arnfjörð Bjarmason Accepted
[v4,3/7] test-lib tests: don't provide a description for the sub-tests test-lib tests: split off subtest code in t0000 into lib-subtest.sh - - - --- 2021-09-22 Ævar Arnfjörð Bjarmason Accepted
[v4,2/7] test-lib tests: split up "write and run" into two functions test-lib tests: split off subtest code in t0000 into lib-subtest.sh - - - --- 2021-09-22 Ævar Arnfjörð Bjarmason Accepted
[v4,1/7] test-lib tests: move "run_sub_test" to a new lib-subtest.sh test-lib tests: split off subtest code in t0000 into lib-subtest.sh - - - --- 2021-09-22 Ævar Arnfjörð Bjarmason Accepted
[v3,9/9] help: move column config discovery to help.c library help: fix usage nits & bugs, completion shellscript->C - - - --- 2021-09-21 Ævar Arnfjörð Bjarmason Accepted
[v3,8/9] help / completion: make "git help" do the hard work help: fix usage nits & bugs, completion shellscript->C - - - --- 2021-09-21 Ævar Arnfjörð Bjarmason Accepted
[v3,7/9] help tests: test --config-for-completion option & output help: fix usage nits & bugs, completion shellscript->C - - - --- 2021-09-21 Ævar Arnfjörð Bjarmason Accepted
[v3,6/9] help: simplify by moving to OPT_CMDMODE() help: fix usage nits & bugs, completion shellscript->C - - - --- 2021-09-21 Ævar Arnfjörð Bjarmason Accepted
[v3,5/9] help: correct logic error in combining --all and --guides help: fix usage nits & bugs, completion shellscript->C - - - --- 2021-09-21 Ævar Arnfjörð Bjarmason Accepted
[v3,4/9] help: correct logic error in combining --all and --config help: fix usage nits & bugs, completion shellscript->C - - - --- 2021-09-21 Ævar Arnfjörð Bjarmason Accepted
[v3,3/9] help tests: add test for --config output help: fix usage nits & bugs, completion shellscript->C - - - --- 2021-09-21 Ævar Arnfjörð Bjarmason Accepted
[v3,2/9] help: correct usage & behavior of "git help --guides" help: fix usage nits & bugs, completion shellscript->C - - - --- 2021-09-21 Ævar Arnfjörð Bjarmason Accepted
[v3,1/9] help: correct the usage string in -h and documentation help: fix usage nits & bugs, completion shellscript->C - - - --- 2021-09-21 Ævar Arnfjörð Bjarmason Accepted
[v7,2/2] pretty: colorize pattern matches in commit messages [v7,1/2] grep: refactor next_match() and match_one_pattern() for external use - - - --- 2021-09-21 Hamza Mahfooz Superseded
[v7,1/2] grep: refactor next_match() and match_one_pattern() for external use [v7,1/2] grep: refactor next_match() and match_one_pattern() for external use - - - --- 2021-09-21 Hamza Mahfooz Superseded
http: match headers case-insensitively when redacting http: match headers case-insensitively when redacting - - - --- 2021-09-21 Jeff King Superseded
[9/9] submodule: trace adding submodule ODB as alternate No more adding submodule ODB as alternate - - - --- 2021-09-21 Jonathan Tan Superseded
[8/9] refs: change refs_for_each_ref_in() to take repo No more adding submodule ODB as alternate - - - --- 2021-09-21 Jonathan Tan Superseded
[7/9] submodule: pass repo to check_has_commit() No more adding submodule ODB as alternate - - - --- 2021-09-21 Jonathan Tan Superseded
[6/9] object-file: only register submodule ODB if needed No more adding submodule ODB as alternate - - - --- 2021-09-21 Jonathan Tan Superseded
[5/9] merge-{ort,recursive}: remove add_submodule_odb() No more adding submodule ODB as alternate - 1 - --- 2021-09-21 Jonathan Tan Superseded
[4/9] refs: teach refs_for_each_ref() arbitrary repos No more adding submodule ODB as alternate - - - --- 2021-09-21 Jonathan Tan Superseded
[3/9] refs iterator: support non-the_repository advance No more adding submodule ODB as alternate - - - --- 2021-09-21 Jonathan Tan Superseded
[2/9] refs: add repo paramater to _iterator_peel() No more adding submodule ODB as alternate - - - --- 2021-09-21 Jonathan Tan Superseded
[1/9] refs: make _advance() check struct repo, not flag No more adding submodule ODB as alternate - - - --- 2021-09-21 Jonathan Tan Superseded
[v4,3/3] send-email docs: add format-patch options send-email: shell completion improvements - - - --- 2021-09-21 Thiago Perrotta Superseded
[v4,2/3] send-email: move bash completions to core script send-email: shell completion improvements - - - --- 2021-09-21 Thiago Perrotta Superseded
[v4,1/3] send-email: terminate --git-completion-helper with LF send-email: shell completion improvements - - - --- 2021-09-21 Thiago Perrotta Superseded
t/perf/run: fix bin-wrappers computation t/perf/run: fix bin-wrappers computation - - - --- 2021-09-21 Derrick Stolee Accepted
[v5,4/4] parse-options: properly align continued usage output parse-options: properly align continued usage output - - - --- 2021-09-21 Ævar Arnfjörð Bjarmason Accepted
[v5,3/4] git rev-parse --parseopt tests: add more usagestr tests parse-options: properly align continued usage output - - - --- 2021-09-21 Ævar Arnfjörð Bjarmason Accepted
[v5,2/4] send-pack: properly use parse_options() API for usage string parse-options: properly align continued usage output - - - --- 2021-09-21 Ævar Arnfjörð Bjarmason Accepted
[v5,1/4] parse-options API users: align usage output in C-strings parse-options: properly align continued usage output - - - --- 2021-09-21 Ævar Arnfjörð Bjarmason Accepted
[v4,5/5] repository.h: don't use a mix of int and bitfields repo-settings.c: refactor for clarity, get rid of hacks etc. - - - --- 2021-09-21 Ævar Arnfjörð Bjarmason Accepted
[v4,4/5] repo-settings.c: simplify the setup repo-settings.c: refactor for clarity, get rid of hacks etc. - - - --- 2021-09-21 Ævar Arnfjörð Bjarmason Accepted
[v4,3/5] read-cache & fetch-negotiator: check "enum" values in switch() repo-settings.c: refactor for clarity, get rid of hacks etc. - - - --- 2021-09-21 Ævar Arnfjörð Bjarmason Accepted
[v4,2/5] environment.c: remove test-specific "ignore_untracked..." variable repo-settings.c: refactor for clarity, get rid of hacks etc. - - - --- 2021-09-21 Ævar Arnfjörð Bjarmason Accepted
[v4,1/5] wrapper.c: add x{un,}setenv(), and use xsetenv() in environment.c repo-settings.c: refactor for clarity, get rid of hacks etc. - - - --- 2021-09-21 Ævar Arnfjörð Bjarmason Accepted
[v2] difftool: fix word spacing in the usage strings [v2] difftool: fix word spacing in the usage strings - - - --- 2021-09-21 Bagas Sanjaya Accepted
[v2] ls-files: use imperative mood for -X and -z option description [v2] ls-files: use imperative mood for -X and -z option description - - - --- 2021-09-21 Bagas Sanjaya Accepted
[v3,10/10] rebase: dereference tags rebase: dereference tags - - - --- 2021-09-21 Phillip Wood Accepted
[v3,09/10] rebase: use lookup_commit_reference_by_name() rebase: dereference tags - - - --- 2021-09-21 Phillip Wood Accepted
[v3,08/10] rebase: use our standard error return value rebase: dereference tags - - - --- 2021-09-21 Phillip Wood Accepted
[v3,07/10] t3407: rework rebase --quit tests rebase: dereference tags - - - --- 2021-09-21 Phillip Wood Accepted
[v3,06/10] t3407: strengthen rebase --abort tests rebase: dereference tags - - - --- 2021-09-21 Phillip Wood Accepted
[v3,05/10] t3407: use test_path_is_missing rebase: dereference tags - - - --- 2021-09-21 Phillip Wood Accepted
[v3,04/10] t3407: rename a variable rebase: dereference tags - - - --- 2021-09-21 Phillip Wood Accepted
[v3,03/10] t3407: use test_cmp_rev rebase: dereference tags - - - --- 2021-09-21 Phillip Wood Accepted
[v3,02/10] t3407: use test_commit rebase: dereference tags - - - --- 2021-09-21 Phillip Wood Accepted
[v3,01/10] t3407: run tests in $TEST_DIRECTORY rebase: dereference tags - - - --- 2021-09-21 Phillip Wood Accepted
[v6,2/2] pretty: colorize pattern matches in commit messages [v6,1/2] grep: refactor next_match() and match_one_pattern() for external use - - - --- 2021-09-21 Hamza Mahfooz Superseded
[v6,1/2] grep: refactor next_match() and match_one_pattern() for external use [v6,1/2] grep: refactor next_match() and match_one_pattern() for external use - - - --- 2021-09-21 Hamza Mahfooz Superseded
[v2,8/8] progress.c: add & assert a "global_progress" variable progress: assert "global_progress" + test fixes / cleanup - 1 - --- 2021-09-20 Ævar Arnfjörð Bjarmason Superseded
[v2,7/8] pack-bitmap-write.c: add a missing stop_progress() progress: assert "global_progress" + test fixes / cleanup - 1 - --- 2021-09-20 Ævar Arnfjörð Bjarmason Superseded
[v2,6/8] progress.c: add temporary variable from progress struct progress: assert "global_progress" + test fixes / cleanup - 1 - --- 2021-09-20 Ævar Arnfjörð Bjarmason Superseded
[v2,5/8] progress.c: stop eagerly fflush(stderr) when not a terminal progress: assert "global_progress" + test fixes / cleanup - 1 - --- 2021-09-20 Ævar Arnfjörð Bjarmason Superseded
[v2,4/8] progress.c: call progress_interval() from progress_test_force_update() progress: assert "global_progress" + test fixes / cleanup - - - --- 2021-09-20 Ævar Arnfjörð Bjarmason Superseded
[v2,3/8] progress.c: move signal handler functions lower progress: assert "global_progress" + test fixes / cleanup - - - --- 2021-09-20 Ævar Arnfjörð Bjarmason Superseded
[v2,2/8] progress.c tests: test some invalid usage progress: assert "global_progress" + test fixes / cleanup - 1 - --- 2021-09-20 Ævar Arnfjörð Bjarmason Superseded
[v2,1/8] progress.c tests: make start/stop verbs on stdin progress: assert "global_progress" + test fixes / cleanup - 1 - --- 2021-09-20 Ævar Arnfjörð Bjarmason Superseded
[v2] MyFirstContribution: Document --range-diff option when writing v2 [v2] MyFirstContribution: Document --range-diff option when writing v2 - - - --- 2021-09-20 Glen Choo Superseded
[v4,6/6] core.fsyncobjectfiles: performance tests for add and stash Implement a batched fsync option for core.fsyncObjectFiles - - - --- 2021-09-20 Neeraj Singh (WINDOWS-SFS) Superseded
[v4,5/6] core.fsyncobjectfiles: tests for batch mode Implement a batched fsync option for core.fsyncObjectFiles - - - --- 2021-09-20 Neeraj Singh (WINDOWS-SFS) Superseded
[v4,4/6] update-index: use the bulk-checkin infrastructure Implement a batched fsync option for core.fsyncObjectFiles - - - --- 2021-09-20 Neeraj Singh (WINDOWS-SFS) Superseded
[v4,3/6] core.fsyncobjectfiles: add windows support for batch mode Implement a batched fsync option for core.fsyncObjectFiles - - - --- 2021-09-20 Neeraj Singh (WINDOWS-SFS) Superseded
[v4,2/6] core.fsyncobjectfiles: batched disk flushes Implement a batched fsync option for core.fsyncObjectFiles - - - --- 2021-09-20 Neeraj Singh (WINDOWS-SFS) Superseded
[v4,1/6] bulk-checkin: rename 'state' variable and separate 'plugged' boolean Implement a batched fsync option for core.fsyncObjectFiles - - - --- 2021-09-20 Neeraj Singh (WINDOWS-SFS) Superseded
[v5] difftool: create a tmpdir path without repeated slashes [v5] difftool: create a tmpdir path without repeated slashes - - - --- 2021-09-20 David Aguilar Superseded
[v7,17/17] fsck: report invalid object type-path combinations fsck: lib-ify object-file.c & better fsck "invalid object" error reporting - - - --- 2021-09-20 Ævar Arnfjörð Bjarmason Superseded
[v7,16/17] fsck: don't hard die on invalid object types fsck: lib-ify object-file.c & better fsck "invalid object" error reporting - - - --- 2021-09-20 Ævar Arnfjörð Bjarmason Superseded
[v7,15/17] object-file.c: stop dying in parse_loose_header() fsck: lib-ify object-file.c & better fsck "invalid object" error reporting - - - --- 2021-09-20 Ævar Arnfjörð Bjarmason Superseded
[v7,14/17] object-file.c: return ULHR_TOO_LONG on "header too long" fsck: lib-ify object-file.c & better fsck "invalid object" error reporting - - - --- 2021-09-20 Ævar Arnfjörð Bjarmason Superseded
[v7,13/17] object-file.c: use "enum" return type for unpack_loose_header() fsck: lib-ify object-file.c & better fsck "invalid object" error reporting - - - --- 2021-09-20 Ævar Arnfjörð Bjarmason Superseded
[v7,12/17] object-file.c: simplify unpack_loose_short_header() fsck: lib-ify object-file.c & better fsck "invalid object" error reporting - - - --- 2021-09-20 Ævar Arnfjörð Bjarmason Superseded
[v7,11/17] object-file.c: make parse_loose_header_extended() public fsck: lib-ify object-file.c & better fsck "invalid object" error reporting - - - --- 2021-09-20 Ævar Arnfjörð Bjarmason Superseded
[v7,10/17] object-file.c: return -1, not "status" from unpack_loose_header() fsck: lib-ify object-file.c & better fsck "invalid object" error reporting - - - --- 2021-09-20 Ævar Arnfjörð Bjarmason Superseded
[v7,09/17] object-file.c: don't set "typep" when returning non-zero fsck: lib-ify object-file.c & better fsck "invalid object" error reporting - - - --- 2021-09-20 Ævar Arnfjörð Bjarmason Superseded
[v7,08/17] cat-file tests: test for current --allow-unknown-type behavior fsck: lib-ify object-file.c & better fsck "invalid object" error reporting - - - --- 2021-09-20 Ævar Arnfjörð Bjarmason Superseded
[v7,07/17] cat-file tests: add corrupt loose object test fsck: lib-ify object-file.c & better fsck "invalid object" error reporting - - - --- 2021-09-20 Ævar Arnfjörð Bjarmason Superseded
[v7,06/17] cat-file tests: test for missing/bogus object with -t, -s and -p fsck: lib-ify object-file.c & better fsck "invalid object" error reporting - - - --- 2021-09-20 Ævar Arnfjörð Bjarmason Superseded
clone: handle unborn branch in bare repos clone: handle unborn branch in bare repos - 1 - --- 2021-09-20 Jeff King Accepted
[v7,05/17] cat-file tests: move bogus_* variable declarations earlier fsck: lib-ify object-file.c & better fsck "invalid object" error reporting - - - --- 2021-09-20 Ævar Arnfjörð Bjarmason Superseded
[v7,04/17] fsck tests: test for garbage appended to a loose object fsck: lib-ify object-file.c & better fsck "invalid object" error reporting - - - --- 2021-09-20 Ævar Arnfjörð Bjarmason Superseded
« 1 2 ... 133 134 135195 196 »