Show patches with: none      |   44096 patches
« 1 2 ... 188 189 190440 441 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v2,3/5] *.h _INIT macros: don't specify fields equal to 0 Designated initializer cleanup & conversion - - - --- 2021-09-27 Ævar Arnfjörð Bjarmason Accepted
[v2,2/5] *.[ch] *_INIT macros: use { 0 } for a "zero out" idiom Designated initializer cleanup & conversion - - - --- 2021-09-27 Ævar Arnfjörð Bjarmason Accepted
[v2,1/5] submodule-config.h: remove unused SUBMODULE_INIT macro Designated initializer cleanup & conversion - - - --- 2021-09-27 Ævar Arnfjörð Bjarmason Accepted
[6/6] builtin/remote.c: add and use SHOW_INFO_INIT Non-trivial designated initializer conversion - - - --- 2021-09-27 Ævar Arnfjörð Bjarmason Superseded
[5/6] builtin/remote.c: add and use a REF_STATES_INIT Non-trivial designated initializer conversion - - - --- 2021-09-27 Ævar Arnfjörð Bjarmason Superseded
[4/6] urlmatch.[ch]: add and use URLMATCH_CONFIG_INIT Non-trivial designated initializer conversion - - - --- 2021-09-27 Ævar Arnfjörð Bjarmason Superseded
[3/6] shortlog: use designated initializer for "struct shortlog" Non-trivial designated initializer conversion - - - --- 2021-09-27 Ævar Arnfjörð Bjarmason Superseded
[2/6] builtin/blame.c: refactor commit_info_init() to COMMIT_INFO_INIT macro Non-trivial designated initializer conversion - - - --- 2021-09-27 Ævar Arnfjörð Bjarmason Superseded
[1/6] daemon.c: refactor hostinfo_init() to HOSTINFO_INIT macro Non-trivial designated initializer conversion - - - --- 2021-09-27 Ævar Arnfjörð Bjarmason Superseded
[5/5] cbtree.h: define cb_init() in terms of CBTREE_INIT Designated initializer cleanup & conversion - - - --- 2021-09-27 Ævar Arnfjörð Bjarmason Superseded
[4/5] *.h: move some *_INIT to designated initializers Designated initializer cleanup & conversion - - - --- 2021-09-27 Ævar Arnfjörð Bjarmason Superseded
[3/5] *.h _INIT macros: don't specify fields equal to 0 Designated initializer cleanup & conversion - - - --- 2021-09-27 Ævar Arnfjörð Bjarmason Superseded
[2/5] *.[ch] *_INIT macros: use { 0 } for a "zero out" idiom Designated initializer cleanup & conversion - - - --- 2021-09-27 Ævar Arnfjörð Bjarmason Superseded
[1/5] submodule-config.h: remove unused SUBMODULE_INIT macro Designated initializer cleanup & conversion - - - --- 2021-09-27 Ævar Arnfjörð Bjarmason Superseded
[v2,8/8] hook-list.h: add a generated list of hooks, like config-list.h Makefile: generate a hook-list.h, prep for config-based-hooks - - - --- 2021-09-26 Ævar Arnfjörð Bjarmason Accepted
[v2,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-26 Ævar Arnfjörð Bjarmason Accepted
[v2,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-26 Ævar Arnfjörð Bjarmason Accepted
[v2,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-26 Ævar Arnfjörð Bjarmason Accepted
[v2,4/8] Makefile: remove an out-of-date comment Makefile: generate a hook-list.h, prep for config-based-hooks - - - --- 2021-09-26 Ævar Arnfjörð Bjarmason Accepted
[v2,3/8] Makefile: don't perform "mv $@+ $@" dance for $(GENERATED_H) Makefile: generate a hook-list.h, prep for config-based-hooks - - - --- 2021-09-26 Ævar Arnfjörð Bjarmason Accepted
[v2,2/8] Makefile: stop hardcoding {command,config}-list.h Makefile: generate a hook-list.h, prep for config-based-hooks - - - --- 2021-09-26 Ævar Arnfjörð Bjarmason Accepted
[v2,1/8] Makefile: mark "check" target as .PHONY Makefile: generate a hook-list.h, prep for config-based-hooks - - - --- 2021-09-26 Ævar Arnfjörð Bjarmason Accepted
[v2] connect: also update offset for features without values [v2] connect: also update offset for features without values - - - --- 2021-09-26 Andrzej Hunt Accepted
[v3,2/2] lazyload.h: use an even more generic function pointer than FARPROC js/win-lazyload-buildfix - - - --- 2021-09-26 Carlo Marcelo Arenas Belón Superseded
[v3,1/2] lazyload.h: fix warnings about mismatching function pointer types js/win-lazyload-buildfix - - - --- 2021-09-26 Carlo Marcelo Arenas Belón Superseded
doc: fix capitalization in porcelain v2 section doc: fix capitalization in porcelain v2 section - - - --- 2021-09-26 Orgad Shaneh Accepted
git(1): Define "porcelain commands" git(1): Define "porcelain commands" - - - --- 2021-09-25 Bagas Sanjaya New
blame: document --color-* options blame: document --color-* options - - - --- 2021-09-25 Bagas Sanjaya New
[v6,8/8] core.fsyncobjectfiles: performance tests for add and stash Implement a batched fsync option for core.fsyncObjectFiles - - - --- 2021-09-24 Neeraj Singh (WINDOWS-SFS) Superseded
[v6,7/8] core.fsyncobjectfiles: tests for batch mode Implement a batched fsync option for core.fsyncObjectFiles - - - --- 2021-09-24 Neeraj Singh (WINDOWS-SFS) Superseded
[v6,6/8] unpack-objects: use the bulk-checkin infrastructure Implement a batched fsync option for core.fsyncObjectFiles - - - --- 2021-09-24 Neeraj Singh (WINDOWS-SFS) Superseded
[v6,5/8] update-index: use the bulk-checkin infrastructure Implement a batched fsync option for core.fsyncObjectFiles - - - --- 2021-09-24 Neeraj Singh (WINDOWS-SFS) Superseded
[v6,4/8] core.fsyncobjectfiles: add windows support for batch mode Implement a batched fsync option for core.fsyncObjectFiles - - - --- 2021-09-24 Neeraj Singh (WINDOWS-SFS) Superseded
[v6,3/8] core.fsyncobjectfiles: batched disk flushes Implement a batched fsync option for core.fsyncObjectFiles - - - --- 2021-09-24 Neeraj Singh (WINDOWS-SFS) Superseded
[v6,2/8] bulk-checkin: rename 'state' variable and separate 'plugged' boolean Implement a batched fsync option for core.fsyncObjectFiles - - - --- 2021-09-24 Neeraj Singh (WINDOWS-SFS) Superseded
[v6,1/8] object-file.c: do not rename in a temp odb Implement a batched fsync option for core.fsyncObjectFiles - - - --- 2021-09-24 Neeraj Singh (WINDOWS-SFS) Superseded
[v5,7/7] core.fsyncobjectfiles: performance tests for add and stash Implement a batched fsync option for core.fsyncObjectFiles - - - --- 2021-09-24 Neeraj Singh (WINDOWS-SFS) Superseded
[v5,6/7] core.fsyncobjectfiles: tests for batch mode Implement a batched fsync option for core.fsyncObjectFiles - - - --- 2021-09-24 Neeraj Singh (WINDOWS-SFS) Superseded
[v5,5/7] unpack-objects: use the bulk-checkin infrastructure Implement a batched fsync option for core.fsyncObjectFiles - - - --- 2021-09-24 Neeraj Singh (WINDOWS-SFS) Superseded
[v5,4/7] update-index: use the bulk-checkin infrastructure Implement a batched fsync option for core.fsyncObjectFiles - - - --- 2021-09-24 Neeraj Singh (WINDOWS-SFS) Superseded
[v5,3/7] core.fsyncobjectfiles: batched disk flushes Implement a batched fsync option for core.fsyncObjectFiles - - - --- 2021-09-24 Neeraj Singh (WINDOWS-SFS) Superseded
[v5,2/7] bulk-checkin: rename 'state' variable and separate 'plugged' boolean Implement a batched fsync option for core.fsyncObjectFiles - - - --- 2021-09-24 Neeraj Singh (WINDOWS-SFS) Superseded
[v5,1/7] object-file.c: do not rename in a temp odb Implement a batched fsync option for core.fsyncObjectFiles - - - --- 2021-09-24 Neeraj Singh (WINDOWS-SFS) Superseded
[16/16] refs: drop "broken" flag from for_each_fullref_in() enabling GIT_REF_PARANOIA by default - 1 - --- 2021-09-24 Jeff King New
[15/16] ref-filter: drop broken-ref code entirely enabling GIT_REF_PARANOIA by default - - - --- 2021-09-24 Jeff King New
[14/16] ref-filter: stop setting FILTER_REFS_INCLUDE_BROKEN enabling GIT_REF_PARANOIA by default - - - --- 2021-09-24 Jeff King New
[13/16] repack, prune: drop GIT_REF_PARANOIA settings enabling GIT_REF_PARANOIA by default - - - --- 2021-09-24 Jeff King New
[12/16] refs: turn on GIT_REF_PARANOIA by default enabling GIT_REF_PARANOIA by default - - - --- 2021-09-24 Jeff King New
[11/16] refs: omit dangling symrefs when using GIT_REF_PARANOIA enabling GIT_REF_PARANOIA by default - - - --- 2021-09-24 Jeff King New
[10/16] refs: add DO_FOR_EACH_OMIT_DANGLING_SYMREFS flag enabling GIT_REF_PARANOIA by default - - - --- 2021-09-24 Jeff King New
[09/16] refs-internal.h: reorganize DO_FOR_EACH_* flag documentation enabling GIT_REF_PARANOIA by default - - - --- 2021-09-24 Jeff King New
[08/16] refs-internal.h: move DO_FOR_EACH_* flags next to each other enabling GIT_REF_PARANOIA by default - - - --- 2021-09-24 Jeff King New
[07/16] t5312: be more assertive about command failure enabling GIT_REF_PARANOIA by default - - - --- 2021-09-24 Jeff King New
[06/16] t5312: test non-destructive repack enabling GIT_REF_PARANOIA by default - - - --- 2021-09-24 Jeff King New
[05/16] t5312: create bogus ref as necessary enabling GIT_REF_PARANOIA by default - - - --- 2021-09-24 Jeff King New
[04/16] t5312: drop "verbose" helper enabling GIT_REF_PARANOIA by default - - - --- 2021-09-24 Jeff King New
[03/16] t5600: provide detached HEAD for corruption failures enabling GIT_REF_PARANOIA by default - - - --- 2021-09-24 Jeff King New
[02/16] t5516: don't use HEAD ref for invalid ref-deletion tests enabling GIT_REF_PARANOIA by default - - - --- 2021-09-24 Jeff King New
[01/16] t7900: clean up some more broken refs enabling GIT_REF_PARANOIA by default - - - --- 2021-09-24 Jeff King New
[3/3] grep: pass PARSE_OPT_NO_INTERNAL_HELP, fix odd -h handling show-ref, ls-remote, grep: fix -h handling - - - --- 2021-09-24 Ævar Arnfjörð Bjarmason New
[2/3] ls-remote: remove documentation for custom -h option show-ref, ls-remote, grep: fix -h handling - - - --- 2021-09-24 Ævar Arnfjörð Bjarmason New
[1/3] show-ref: remove unused custom handling of -h show-ref, ls-remote, grep: fix -h handling - - - --- 2021-09-24 Ævar Arnfjörð Bjarmason New
[v8,2/2] pretty: colorize pattern matches in commit messages [v8,1/2] grep: refactor next_match() and match_one_pattern() for external use - - - --- 2021-09-24 Hamza Mahfooz Superseded
[v8,1/2] grep: refactor next_match() and match_one_pattern() for external use [v8,1/2] grep: refactor next_match() and match_one_pattern() for external use - - - --- 2021-09-24 Hamza Mahfooz Superseded
[v4,13/13] advice: update message to suggest '--sparse' Sparse-checkout: modify 'git add', 'git rm', and 'git mv' behavior - - - --- 2021-09-24 Derrick Stolee New
[v4,12/13] mv: refuse to move sparse paths Sparse-checkout: modify 'git add', 'git rm', and 'git mv' behavior - - - --- 2021-09-24 Derrick Stolee New
[v4,11/13] rm: skip sparse paths with missing SKIP_WORKTREE Sparse-checkout: modify 'git add', 'git rm', and 'git mv' behavior - - - --- 2021-09-24 Derrick Stolee New
[v4,10/13] rm: add --sparse option Sparse-checkout: modify 'git add', 'git rm', and 'git mv' behavior - - - --- 2021-09-24 Derrick Stolee New
[v4,09/13] add: update --renormalize to skip sparse paths Sparse-checkout: modify 'git add', 'git rm', and 'git mv' behavior - - - --- 2021-09-24 Derrick Stolee New
[v4,08/13] add: update --chmod to skip sparse paths Sparse-checkout: modify 'git add', 'git rm', and 'git mv' behavior - - - --- 2021-09-24 Derrick Stolee New
[v4,07/13] add: implement the --sparse option Sparse-checkout: modify 'git add', 'git rm', and 'git mv' behavior - - - --- 2021-09-24 Derrick Stolee New
[v4,06/13] add: skip tracked paths outside sparse-checkout cone Sparse-checkout: modify 'git add', 'git rm', and 'git mv' behavior - - - --- 2021-09-24 Derrick Stolee New
[v4,05/13] add: fail when adding an untracked sparse file Sparse-checkout: modify 'git add', 'git rm', and 'git mv' behavior - - - --- 2021-09-24 Derrick Stolee New
[v4,04/13] dir: fix pattern matching on dirs Sparse-checkout: modify 'git add', 'git rm', and 'git mv' behavior - - - --- 2021-09-24 Derrick Stolee New
[v4,03/13] dir: select directories correctly Sparse-checkout: modify 'git add', 'git rm', and 'git mv' behavior - - - --- 2021-09-24 Derrick Stolee New
[v4,02/13] t1092: behavior for adding sparse files Sparse-checkout: modify 'git add', 'git rm', and 'git mv' behavior - - - --- 2021-09-24 Derrick Stolee New
[v4,01/13] t3705: test that 'sparse_entry' is unstaged Sparse-checkout: modify 'git add', 'git rm', and 'git mv' behavior - - - --- 2021-09-24 Derrick Stolee New
send-email: clarify dual-mode behavior send-email: clarify dual-mode behavior - - - --- 2021-09-24 Bagas Sanjaya New
[v3] doc/technical: update note about core.multiPackIndex [v3] doc/technical: update note about core.multiPackIndex - - - --- 2021-09-24 Eric Wong Accepted
http: check CURLE_SSL_PINNEDPUBKEYNOTMATCH when emitting errors http: check CURLE_SSL_PINNEDPUBKEYNOTMATCH when emitting errors - - - --- 2021-09-24 Ævar Arnfjörð Bjarmason New
js/win-lazyload-buildfix (was Re: What's cooking in git.git (Sep 2021, #07; Thu, 23)) js/win-lazyload-buildfix (was Re: What's cooking in git.git (Sep 2021, #07; Thu, 23)) - - - --- 2021-09-24 Carlo Marcelo Arenas Belón New
[v2,6/6] Documentation: call out commands that nuke untracked files/directories Fix various issues around removal of untracked files/directories - - - --- 2021-09-24 Elijah Newren Superseded
[v2,5/6] Comment important codepaths regarding nuking untracked files/dirs Fix various issues around removal of untracked files/directories - - - --- 2021-09-24 Elijah Newren Superseded
[v2,4/6] unpack-trees: avoid nuking untracked dir in way of locally deleted file Fix various issues around removal of untracked files/directories - - - --- 2021-09-24 Elijah Newren Superseded
[v2,3/6] unpack-trees: avoid nuking untracked dir in way of unmerged file Fix various issues around removal of untracked files/directories - - - --- 2021-09-24 Elijah Newren Superseded
[v2,2/6] Change unpack_trees' 'reset' flag into an enum Fix various issues around removal of untracked files/directories - - - --- 2021-09-24 Elijah Newren Superseded
[v2,1/6] t2500: add various tests for nuking untracked files Fix various issues around removal of untracked files/directories - - - --- 2021-09-24 Elijah Newren Superseded
packfile: release bad_objects in close_pack() packfile: release bad_objects in close_pack() - - - --- 2021-09-24 René Scharfe New
[v5,3/3] send-email docs: add format-patch options send-email: shell completion improvements - - - --- 2021-09-24 Thiago Perrotta Superseded
[v5,2/3] send-email: programmatically generate bash completions send-email: shell completion improvements - - - --- 2021-09-24 Thiago Perrotta Superseded
[v5,1/3] send-email: terminate --git-completion-helper with LF send-email: shell completion improvements - - - --- 2021-09-24 Thiago Perrotta Superseded
config: add an includeIf.env{Exists,Bool,Is,Match} config: add an includeIf.env{Exists,Bool,Is,Match} - - - --- 2021-09-24 Ævar Arnfjörð Bjarmason New
[v2] doc/technical: update note about core.multiPackIndex [v2] doc/technical: update note about core.multiPackIndex - - - --- 2021-09-23 Eric Wong Superseded
bundle: remove ignored & undocumented "--verbose" flag bundle: remove ignored & undocumented "--verbose" flag - - - --- 2021-09-23 Ævar Arnfjörð Bjarmason Accepted
[v2,2/2] rebase: fix todo-list rereading rebase -i: a couple of small improvements - - - --- 2021-09-23 Phillip Wood Accepted
[v2,1/2] sequencer.c: factor out a function rebase -i: a couple of small improvements - - - --- 2021-09-23 Phillip Wood Accepted
[8/8] hook-list.h: add a generated list of hooks, like config-list.h Makefile: generate a hook-list.h, prep for config-based-hooks - - - --- 2021-09-23 Ævar Arnfjörð Bjarmason Superseded
[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
« 1 2 ... 188 189 190440 441 »