Show patches with: none      |   43234 patches
« 1 2 ... 155 156 157432 433 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v6,6/6] unpack-objects: unpack_non_delta_entry() read data in a stream unpack large blobs in stream - - - --- 2021-12-17 Han Xin Superseded
[v6,5/6] unpack-objects.c: add dry_run mode for get_data() unpack large blobs in stream - - - --- 2021-12-17 Han Xin Superseded
[v6,4/6] object-file.c: make "write_object_file_flags()" to support read in stream unpack large blobs in stream - - - --- 2021-12-17 Han Xin Superseded
[v6,3/6] object-file.c: refactor write_loose_object() to reuse in stream version unpack large blobs in stream - - - --- 2021-12-17 Han Xin Superseded
[v6,2/6] object-file.c: refactor object header generation into a function unpack large blobs in stream - - - --- 2021-12-17 Han Xin Superseded
[v6,1/6] object-file.c: release strbuf in write_loose_object() unpack large blobs in stream - - - --- 2021-12-17 Han Xin Superseded
docs: add missing colon to Documentation/config/gpg.txt docs: add missing colon to Documentation/config/gpg.txt - - - --- 2021-12-17 Greg Hurrell Superseded
[v6,1/1] ls-tree.c: support `--object-only` option for "git-ls-tree" support `--object-only` option for "git-ls-tree" - - - --- 2021-12-17 Teng Long New
[v7,3/3] config: require lowercase for branch.*.autosetupmerge branch: inherit tracking configs - - - --- 2021-12-17 Josh Steadmon Superseded
[v7,2/3] branch: add flags and config to inherit tracking branch: inherit tracking configs - - - --- 2021-12-17 Josh Steadmon Superseded
[v7,1/3] branch: accept multiple upstream branches for tracking branch: inherit tracking configs - - - --- 2021-12-17 Josh Steadmon Superseded
[v7,7/7] various *.c: use isatty(0|2), not isatty(STDIN_FILENO|STDERR_FILENO) progress: test fixes / cleanup - - - --- 2021-12-17 Ævar Arnfjörð Bjarmason Superseded
[v7,6/7] pack-bitmap-write.c: don't return without stop_progress() progress: test fixes / cleanup - - - --- 2021-12-17 Ævar Arnfjörð Bjarmason Superseded
[v7,5/7] progress.c: add temporary variable from progress struct progress: test fixes / cleanup - - - --- 2021-12-17 Ævar Arnfjörð Bjarmason Superseded
[v7,4/7] progress.c tests: test some invalid usage progress: test fixes / cleanup - - - --- 2021-12-17 Ævar Arnfjörð Bjarmason Superseded
[v7,3/7] progress.c tests: make start/stop commands on stdin progress: test fixes / cleanup - - - --- 2021-12-17 Ævar Arnfjörð Bjarmason Superseded
[v7,2/7] progress.c test helper: add missing braces progress: test fixes / cleanup - - - --- 2021-12-17 Ævar Arnfjörð Bjarmason Superseded
[v7,1/7] leak tests: fix a memory leaks in "test-progress" helper progress: test fixes / cleanup - - - --- 2021-12-17 Ævar Arnfjörð Bjarmason Superseded
[8/8] Makefiles: add and use wildcard "mkdir -p" template Makefile: optimize noop runs, add shared.mak - - - --- 2021-12-17 Ævar Arnfjörð Bjarmason Superseded
[7/8] Makefile: use $(wspfx) for $(QUIET...) in shared.mak Makefile: optimize noop runs, add shared.mak - - - --- 2021-12-17 Ævar Arnfjörð Bjarmason Superseded
[6/8] Makefile: add "$(QUIET)" boilerplate to shared.mak Makefile: optimize noop runs, add shared.mak - - - --- 2021-12-17 Ævar Arnfjörð Bjarmason Superseded
[5/8] Makefile: move $(comma), $(empty) and $(space) to shared.mak Makefile: optimize noop runs, add shared.mak - - - --- 2021-12-17 Ævar Arnfjörð Bjarmason Superseded
[4/8] Makefile: move ".SUFFIXES" rule to shared.mak Makefile: optimize noop runs, add shared.mak - - - --- 2021-12-17 Ævar Arnfjörð Bjarmason Superseded
[3/8] Makefile: define $(LIB_H) in terms of $(FIND_SOURCE_FILES) Makefile: optimize noop runs, add shared.mak - - - --- 2021-12-17 Ævar Arnfjörð Bjarmason Superseded
[2/8] Makefile: disable GNU make built-in wildcard rules Makefile: optimize noop runs, add shared.mak - - - --- 2021-12-17 Ævar Arnfjörð Bjarmason Superseded
[1/8] Makefiles: add "shared.mak", move ".DELETE_ON_ERROR" to it Makefile: optimize noop runs, add shared.mak - - - --- 2021-12-17 Ævar Arnfjörð Bjarmason Superseded
[11/11] Makefile: stop needing @@GIT_VERSION@@ in *.perl scripts Makefile: fix "Perl" and "Python" rules, speed up re-builds - - - --- 2021-12-17 Ævar Arnfjörð Bjarmason New
[10/11] Makefile: create a GIT-PYTHON-DEFINES, like "PERL" Makefile: fix "Perl" and "Python" rules, speed up re-builds - - - --- 2021-12-17 Ævar Arnfjörð Bjarmason New
[09/11] Makefile: sort PERL_DEFINES list Makefile: fix "Perl" and "Python" rules, speed up re-builds - - - --- 2021-12-17 Ævar Arnfjörð Bjarmason New
[08/11] Makefile: correct "GIT-PERL-{DEFINES,HEADER}" dependency graph Makefile: fix "Perl" and "Python" rules, speed up re-builds - - - --- 2021-12-17 Ævar Arnfjörð Bjarmason New
[07/11] Makefile: adjust Perl-related comments & whitespace Makefile: fix "Perl" and "Python" rules, speed up re-builds - - - --- 2021-12-17 Ævar Arnfjörð Bjarmason New
[06/11] Makefile: change "ifndef NO_PERL" to "ifdef NO_PERL" Makefile: fix "Perl" and "Python" rules, speed up re-builds - - - --- 2021-12-17 Ævar Arnfjörð Bjarmason New
[05/11] Makefile: guard Perl-only variable assignments Makefile: fix "Perl" and "Python" rules, speed up re-builds - - - --- 2021-12-17 Ævar Arnfjörð Bjarmason New
[04/11] Makefile: remove "mv $@ $@+" dance redundant to .DELETE_ON_ERROR Makefile: fix "Perl" and "Python" rules, speed up re-builds - - - --- 2021-12-17 Ævar Arnfjörð Bjarmason New
[03/11] Makefile: use "=" not ":=" for po/* and perl/* Makefile: fix "Perl" and "Python" rules, speed up re-builds - - - --- 2021-12-17 Ævar Arnfjörð Bjarmason New
[02/11] Makefile: don't set up "perl/build" rules under NO_PERL=Y Makefile: fix "Perl" and "Python" rules, speed up re-builds - - - --- 2021-12-17 Ævar Arnfjörð Bjarmason New
[01/11] Makefile: clean perl/build/ even with NO_PERL=Y Makefile: fix "Perl" and "Python" rules, speed up re-builds - - - --- 2021-12-17 Ævar Arnfjörð Bjarmason New
Makefile: remove -DPAGER_ENV from BASIC_CFLAGS Makefile: remove -DPAGER_ENV from BASIC_CFLAGS - - - --- 2021-12-17 Ævar Arnfjörð Bjarmason Accepted
Makefile: correct the dependency graph of hook-list.h Makefile: correct the dependency graph of hook-list.h - - - --- 2021-12-17 Ævar Arnfjörð Bjarmason Accepted
Makefile: don't invoke msgfmt with --statistics Makefile: don't invoke msgfmt with --statistics - - - --- 2021-12-17 Ævar Arnfjörð Bjarmason Accepted
CI: remove support for Azure CI CI: remove support for Azure CI - - - --- 2021-12-17 Ævar Arnfjörð Bjarmason New
[v2] builtin/fetch: skip unnecessary tasks when using --negotiate-only [v2] builtin/fetch: skip unnecessary tasks when using --negotiate-only - - - --- 2021-12-17 Glen Choo Superseded
format-patch: mark rev_info with UNLEAK format-patch: mark rev_info with UNLEAK - - - --- 2021-12-16 Junio C Hamano Accepted
[v5,5/5] branch: add --recurse-submodules option for branch creation implement branch --recurse-submodules - - - --- 2021-12-16 Glen Choo Superseded
[v5,4/5] builtin/branch: clean up action-picking logic in cmd_branch() implement branch --recurse-submodules - - - --- 2021-12-16 Glen Choo Superseded
[v5,3/5] branch: add a dry_run parameter to create_branch() implement branch --recurse-submodules - - - --- 2021-12-16 Glen Choo Superseded
[v5,2/5] branch: make create_branch() always create a branch implement branch --recurse-submodules - - - --- 2021-12-16 Glen Choo Superseded
[v5,1/5] branch: move --set-upstream-to behavior to dwim_and_setup_tracking() implement branch --recurse-submodules - - - --- 2021-12-16 Glen Choo Superseded
t4204 is not sanitizer clean at all t4204 is not sanitizer clean at all - - - --- 2021-12-16 Junio C Hamano Accepted
[v3,4/4] help: make auto-correction prompt more consistent normalize format of yes/no prompts - - - --- 2021-12-16 Kashav Madan New
[v3,3/4] add-patch: normalize format string of yes/no prompt normalize format of yes/no prompts - - - --- 2021-12-16 Kashav Madan New
[v3,2/4] clean: normalize format string of yes/no prompt normalize format of yes/no prompts - - - --- 2021-12-16 Kashav Madan New
[v3,1/4] bisect--helper: normalize format string of yes/no prompts normalize format of yes/no prompts - - - --- 2021-12-16 Kashav Madan New
strlcpy(): safer and faster version strlcpy(): safer and faster version - - - --- 2021-12-16 Andrii Makukha New
[v3] fast-export: fix surprising behavior with --first-parent [v3] fast-export: fix surprising behavior with --first-parent - 1 - --- 2021-12-16 William Sprent Accepted
[v4,3/3] sparse-checkout: refuse to add to bad patterns sparse-checkout: fix segfault on malformed patterns - 1 - --- 2021-12-16 Derrick Stolee Accepted
[v4,2/3] sparse-checkout: fix OOM error with mixed patterns sparse-checkout: fix segfault on malformed patterns - 1 - --- 2021-12-16 Derrick Stolee Accepted
[v4,1/3] sparse-checkout: fix segfault on malformed patterns sparse-checkout: fix segfault on malformed patterns - 1 - --- 2021-12-16 Derrick Stolee Accepted
[v2,5/5] git-p4: resolve RCS keywords in bytes not utf-8 git-p4: fix RCS keyword processing encoding errors - - - --- 2021-12-16 Joel Holdsworth Superseded
[v2,4/5] git-p4: open temporary patch file for write only git-p4: fix RCS keyword processing encoding errors - - - --- 2021-12-16 Joel Holdsworth Superseded
[v2,3/5] git-p4: add raw option to read_pipelines git-p4: fix RCS keyword processing encoding errors - - - --- 2021-12-16 Joel Holdsworth Superseded
[v2,2/5] git-p4: pre-compile RCS keyword regexes git-p4: fix RCS keyword processing encoding errors - - - --- 2021-12-16 Joel Holdsworth Superseded
[v2,1/5] git-p4: use with statements to close files after use in patchRCSKeywords git-p4: fix RCS keyword processing encoding errors - - - --- 2021-12-16 Joel Holdsworth Superseded
[v2,9/9] reflog + refs-backend: move "verbose" out of the backend reftable prep: have builtin/reflog.c handle "--verbose" - - - --- 2021-12-16 Ævar Arnfjörð Bjarmason Superseded
[v2,8/9] refs files-backend: assume cb->newlog if !EXPIRE_REFLOGS_DRY_RUN reftable prep: have builtin/reflog.c handle "--verbose" - - - --- 2021-12-16 Ævar Arnfjörð Bjarmason Superseded
[v2,7/9] reflog: reduce scope of "struct rev_info" reftable prep: have builtin/reflog.c handle "--verbose" - - - --- 2021-12-16 Ævar Arnfjörð Bjarmason Superseded
[v2,6/9] reflog expire: don't use lookup_commit_reference_gently() reftable prep: have builtin/reflog.c handle "--verbose" - - - --- 2021-12-16 Ævar Arnfjörð Bjarmason Superseded
[v2,5/9] reflog expire: refactor & use "tip_commit" only for UE_NORMAL reftable prep: have builtin/reflog.c handle "--verbose" - - - --- 2021-12-16 Ævar Arnfjörð Bjarmason Superseded
[v2,4/9] reflog expire: don't do negative comparison on enum values reftable prep: have builtin/reflog.c handle "--verbose" - - - --- 2021-12-16 Ævar Arnfjörð Bjarmason Superseded
[v2,3/9] reflog: change one->many worktree->refnames to use a string_list reftable prep: have builtin/reflog.c handle "--verbose" - - - --- 2021-12-16 Ævar Arnfjörð Bjarmason Superseded
[v2,2/9] reflog expire: narrow scope of "cb" in cmd_reflog_expire() reftable prep: have builtin/reflog.c handle "--verbose" - - - --- 2021-12-16 Ævar Arnfjörð Bjarmason Superseded
[v2,1/9] reflog delete: narrow scope of "cmd" passed to count_reflog_ent() reftable prep: have builtin/reflog.c handle "--verbose" - - - --- 2021-12-16 Ævar Arnfjörð Bjarmason Superseded
[v3] stash: don't show "git stash push" usage on bad "git stash" usage [v3] stash: don't show "git stash push" usage on bad "git stash" usage - - - --- 2021-12-16 Ævar Arnfjörð Bjarmason Accepted
[1/1] grep: align default colors with GNU grep ones grep: align default colors with GNU grep ones - - - --- 2021-12-16 Lénaïc Huard Superseded
[v4,5/5] branch: add --recurse-submodules option for branch creation implement branch --recurse-submodules - - - --- 2021-12-16 Glen Choo Superseded
[v4,4/5] builtin/branch: clean up action-picking logic in cmd_branch() implement branch --recurse-submodules - - - --- 2021-12-16 Glen Choo Superseded
[v4,3/5] branch: add a dry_run parameter to create_branch() implement branch --recurse-submodules - - - --- 2021-12-16 Glen Choo Superseded
[v4,2/5] branch: make create_branch() always create a branch implement branch --recurse-submodules - - - --- 2021-12-16 Glen Choo Superseded
[v4,1/5] branch: move --set-upstream-to behavior to dwim_and_setup_tracking() implement branch --recurse-submodules - - - --- 2021-12-16 Glen Choo Superseded
[v2] help: make auto-correction prompt more consistent [v2] help: make auto-correction prompt more consistent - - - --- 2021-12-15 Kashav Madan Accepted
help: add space after autocorrect prompt help: add space after autocorrect prompt - - - --- 2021-12-15 Kashav Madan New
doc/config: mark ssh allowedSigners example as literal doc/config: mark ssh allowedSigners example as literal - - - --- 2021-12-15 Jeff King Accepted
[v3,3/3] sparse-checkout: refuse to add to bad patterns sparse-checkout: fix segfault on malformed patterns - 1 - --- 2021-12-15 Derrick Stolee Superseded
[v3,2/3] sparse-checkout: fix OOM error with mixed patterns sparse-checkout: fix segfault on malformed patterns - 1 - --- 2021-12-15 Derrick Stolee Superseded
[v3,1/3] sparse-checkout: fix segfault on malformed patterns sparse-checkout: fix segfault on malformed patterns - 1 - --- 2021-12-15 Derrick Stolee Superseded
[v6,3/3] config: require lowercase for branch.autosetupmerge branch: inherit tracking configs - - - --- 2021-12-14 Josh Steadmon Superseded
[v6,2/3] branch: add flags and config to inherit tracking branch: inherit tracking configs - - - --- 2021-12-14 Josh Steadmon Superseded
[v6,1/3] branch: accept multiple upstream branches for tracking branch: inherit tracking configs - - - --- 2021-12-14 Josh Steadmon Superseded
[v7,2/2] config: include file if remote URL matches a glob Conditional config includes based on remote URL - - - --- 2021-12-14 Jonathan Tan New
[v7,1/2] config: make git_config_include() static Conditional config includes based on remote URL - - - --- 2021-12-14 Jonathan Tan Accepted
[v2,1/1] upload-pack.c: increase output buffer size upload-pack.c: increase output buffer size - - - --- 2021-12-14 Jacob Vosmaer Accepted
[v4,11/11] reftable: make reftable_record a tagged union Reftable coverity fixes - - - --- 2021-12-14 Han-Wen Nienhuys New
[v4,10/11] reftable: handle null refnames in reftable_ref_record_equal Reftable coverity fixes - - - --- 2021-12-14 Han-Wen Nienhuys Accepted
[v4,09/11] reftable: drop stray printf in readwrite_test Reftable coverity fixes - - - --- 2021-12-14 Han-Wen Nienhuys Accepted
[v4,08/11] reftable: order unittests by complexity Reftable coverity fixes - - - --- 2021-12-14 Han-Wen Nienhuys Accepted
[v4,07/11] reftable: all xxx_free() functions accept NULL arguments Reftable coverity fixes - - - --- 2021-12-14 Han-Wen Nienhuys Accepted
[v4,06/11] reftable: fix resource warning Reftable coverity fixes - - - --- 2021-12-14 Han-Wen Nienhuys New
[v4,05/11] reftable: ignore remove() return value in stack_test.c Reftable coverity fixes - - - --- 2021-12-14 Han-Wen Nienhuys Accepted
[v4,04/11] reftable: check reftable_stack_auto_compact() return value Reftable coverity fixes - - - --- 2021-12-14 Han-Wen Nienhuys Accepted
[v4,03/11] reftable: fix resource leak blocksource.c Reftable coverity fixes - - - --- 2021-12-14 Han-Wen Nienhuys Accepted
« 1 2 ... 155 156 157432 433 »