Show patches with: Archived = No       |   20062 patches
« 1 2 ... 103 104 105200 201 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v5,2/2] rebase: set REF_HEAD_DETACH in checkout_up_to_date() rebase: update HEAD when is an oid - - - --- 2022-03-18 John Cai Accepted
[v5,1/2] rebase: use test_commit helper in setup rebase: update HEAD when is an oid - - - --- 2022-03-18 John Cai Accepted
shallow: reset commit grafts when shallow is reset shallow: reset commit grafts when shallow is reset - - - --- 2022-03-17 Jonathan Tan Accepted
[8/8] reflog [show]: display sensible -h output reflog: migrate fully to parse_options() - - - --- 2022-03-17 Ævar Arnfjörð Bjarmason Accepted
[6/8] reflog exists: use parse_options() API reflog: migrate fully to parse_options() - - - --- 2022-03-17 Ævar Arnfjörð Bjarmason Accepted
[5/8] git reflog [expire|delete]: make -h output consistent with SYNOPSIS reflog: migrate fully to parse_options() - - - --- 2022-03-17 Ævar Arnfjörð Bjarmason Accepted
[4/8] reflog: move "usage" variables and use macros reflog: migrate fully to parse_options() - - - --- 2022-03-17 Ævar Arnfjörð Bjarmason Accepted
[3/8] reflog tests: add missing "git reflog exists" tests reflog: migrate fully to parse_options() - - - --- 2022-03-17 Ævar Arnfjörð Bjarmason Accepted
[2/8] reflog: refactor cmd_reflog() to "if" branches reflog: migrate fully to parse_options() - - - --- 2022-03-17 Ævar Arnfjörð Bjarmason Accepted
[1/8] reflog.c: indent argument lists reflog: migrate fully to parse_options() - - - --- 2022-03-17 Ævar Arnfjörð Bjarmason Accepted
[5/5] refs debug: add a wrapper for "read_symbolic_ref" refs: designated init & missing debug in ps/fetch-mirror-optim - - - --- 2022-03-17 Ævar Arnfjörð Bjarmason Accepted
[4/5] packed-backend: remove stub BUG(...) functions refs: designated init & missing debug in ps/fetch-mirror-optim - - - --- 2022-03-17 Ævar Arnfjörð Bjarmason Accepted
[3/5] misc *.c: use designated initializers for struct assignments refs: designated init & missing debug in ps/fetch-mirror-optim - - - --- 2022-03-17 Ævar Arnfjörð Bjarmason Accepted
[2/5] refs: use designated initializers for "struct ref_iterator_vtable" refs: designated init & missing debug in ps/fetch-mirror-optim - - - --- 2022-03-17 Ævar Arnfjörð Bjarmason Accepted
[1/5] refs: use designated initializers for "struct ref_storage_be" refs: designated init & missing debug in ps/fetch-mirror-optim - - - --- 2022-03-17 Ævar Arnfjörð Bjarmason Accepted
[v2,3/3] Revert "unpack-trees: improve performance of next_cache_entry" Fix use of 'cache_bottom' in sparse index - - - --- 2022-03-17 Victoria Dye Accepted
[v2,2/3] unpack-trees: increment cache_bottom for sparse directories Fix use of 'cache_bottom' in sparse index - - - --- 2022-03-17 Victoria Dye Accepted
[v2,1/3] t1092: add sparse directory before cone in test repo Fix use of 'cache_bottom' in sparse index - - - --- 2022-03-17 Victoria Dye Accepted
[v2,2/2] diff.c: fix a double-free regression in a18d66cefb diff.c: fix a recent memory leak regression - - - --- 2022-03-17 Ævar Arnfjörð Bjarmason Accepted
[v2,1/2] tests: demonstrate "show --word-diff --color-moved" regression diff.c: fix a recent memory leak regression - - - --- 2022-03-17 Ævar Arnfjörð Bjarmason Accepted
tests: test show --word-diff --color-moved tests: test show --word-diff --color-moved - - - --- 2022-03-17 Michael J Gruber Accepted
[v4,1/1] Documentation/git-sparse-checkout.txt: add an OPTIONS section Documentation/git-sparse-checkout.txt: add an OPTIONS section - - - --- 2022-03-17 Shaoxuan Yuan Superseded
[v3,13/13] http tests: use "test_hook" for "smart" and "dumb" http tests tests: add and use a "test_hook" wrapper + hook fixes - - - --- 2022-03-17 Ævar Arnfjörð Bjarmason Accepted
[v3,12/13] proc-receive hook tests: use "test_hook" instead of "write_script" tests: add and use a "test_hook" wrapper + hook fixes - - - --- 2022-03-17 Ævar Arnfjörð Bjarmason Accepted
[v3,10/13] tests: use "test_hook" for misc "mkdir -p" and "chmod" cases tests: add and use a "test_hook" wrapper + hook fixes - - - --- 2022-03-17 Ævar Arnfjörð Bjarmason Accepted
[v3,09/13] tests: change "mkdir -p && write_script" to use "test_hook" tests: add and use a "test_hook" wrapper + hook fixes - - - --- 2022-03-17 Ævar Arnfjörð Bjarmason Accepted
[v3,08/13] tests: change "cat && chmod +x" to use "test_hook" tests: add and use a "test_hook" wrapper + hook fixes - - - --- 2022-03-17 Ævar Arnfjörð Bjarmason Accepted
[v3,07/13] gc + p4 tests: use "test_hook", remove sub-shells tests: add and use a "test_hook" wrapper + hook fixes - - - --- 2022-03-17 Ævar Arnfjörð Bjarmason Accepted
[v3,06/13] fetch+push tests: use "test_hook" and "test_when_finished" pattern tests: add and use a "test_hook" wrapper + hook fixes - - - --- 2022-03-17 Ævar Arnfjörð Bjarmason Accepted
[v3,05/13] bugreport tests: tighten up "git bugreport -s hooks" test tests: add and use a "test_hook" wrapper + hook fixes - - - --- 2022-03-17 Ævar Arnfjörð Bjarmason Accepted
[v3,04/13] tests: assume the hooks are disabled by default tests: add and use a "test_hook" wrapper + hook fixes - - - --- 2022-03-17 Ævar Arnfjörð Bjarmason Accepted
[v3,03/13] http tests: don't rely on "hook/post-update.sample" tests: add and use a "test_hook" wrapper + hook fixes - - - --- 2022-03-17 Ævar Arnfjörð Bjarmason Accepted
[v3,02/13] hook tests: turn exit code assertions into a loop tests: add and use a "test_hook" wrapper + hook fixes - - - --- 2022-03-17 Ævar Arnfjörð Bjarmason Accepted
[v3,01/13] test-lib-functions: add and use a "test_hook" wrapper tests: add and use a "test_hook" wrapper + hook fixes - - - --- 2022-03-17 Ævar Arnfjörð Bjarmason Accepted
[v3,2/2] rebase: set REF_HEAD_DETACH in checkout_up_to_date() rebase: update HEAD when is an oid - - - --- 2022-03-17 John Cai Superseded
[v3,1/2] rebase: use test_commit helper in setup rebase: update HEAD when is an oid - - - --- 2022-03-17 John Cai Superseded
[3/3] Revert "unpack-trees: improve performance of next_cache_entry" Fix use of 'cache_bottom' in sparse index - - - --- 2022-03-16 Victoria Dye Superseded
[2/3] unpack-trees: increment cache_bottom for sparse directories Fix use of 'cache_bottom' in sparse index - - - --- 2022-03-16 Victoria Dye Superseded
[1/3] t1092: add sparse directory before cone in test repo Fix use of 'cache_bottom' in sparse index - - - --- 2022-03-16 Victoria Dye Superseded
[v4,4/4] terminal: restore settings on SIGTSTP [v4,1/4] terminal: use flags for save_term() - - - --- 2022-03-16 Phillip Wood Accepted
[v4,3/4] terminal: work around macos poll() bug [v4,1/4] terminal: use flags for save_term() - - - --- 2022-03-16 Phillip Wood Accepted
[v4,2/4] terminal: don't assume stdin is /dev/tty [v4,1/4] terminal: use flags for save_term() - - - --- 2022-03-16 Phillip Wood Accepted
[v3] sequencer.c: use reverse_commit_list() helper [v3] sequencer.c: use reverse_commit_list() helper - - - --- 2022-03-16 Jayati Shrivastava Accepted
[v2] sequencer.c: use reverse_commit_list() helper [v2] sequencer.c: use reverse_commit_list() helper - - - --- 2022-03-16 Jayati Shrivastava Superseded
[v2] partial-clone: add a partial-clone test case [v2] partial-clone: add a partial-clone test case - - - --- 2022-03-16 Abhradeep Chakraborty Accepted
[v3] tab completion of filenames for 'git restore' [v3] tab completion of filenames for 'git restore' - - - --- 2022-03-15 David Cantrell Accepted
[7/7] core.fsyncmethod: performance tests for add and stash core.fsyncmethod: add 'batch' mode for faster fsyncing of multiple objects - - - --- 2022-03-15 Neeraj Singh (WINDOWS-SFS) Superseded
[6/7] core.fsyncmethod: tests for batch mode core.fsyncmethod: add 'batch' mode for faster fsyncing of multiple objects - - - --- 2022-03-15 Neeraj Singh (WINDOWS-SFS) Superseded
[5/7] core.fsync: use batch mode and sync loose objects by default on Windows core.fsyncmethod: add 'batch' mode for faster fsyncing of multiple objects - - - --- 2022-03-15 Neeraj Singh (WINDOWS-SFS) Superseded
[4/7] unpack-objects: use the bulk-checkin infrastructure core.fsyncmethod: add 'batch' mode for faster fsyncing of multiple objects - - - --- 2022-03-15 Neeraj Singh (WINDOWS-SFS) Superseded
[3/7] update-index: use the bulk-checkin infrastructure core.fsyncmethod: add 'batch' mode for faster fsyncing of multiple objects - - - --- 2022-03-15 Neeraj Singh (WINDOWS-SFS) Superseded
[2/7] core.fsyncmethod: batched disk flushes for loose-objects core.fsyncmethod: add 'batch' mode for faster fsyncing of multiple objects - - - --- 2022-03-15 Neeraj Singh (WINDOWS-SFS) Superseded
[1/7] bulk-checkin: rename 'state' variable and separate 'plugged' boolean core.fsyncmethod: add 'batch' mode for faster fsyncing of multiple objects - - - --- 2022-03-15 Neeraj Singh (WINDOWS-SFS) Superseded
[7/7] submodule--helper: remove forward declaration Finish converting "submodule update" to C - - - --- 2022-03-15 Glen Choo Accepted
[6/7] submodule: move core cmd_update() logic to C Finish converting "submodule update" to C - - - --- 2022-03-15 Glen Choo Accepted
[5/7] submodule--helper: reduce logic in run_update_procedure() Finish converting "submodule update" to C - - - --- 2022-03-15 Glen Choo Accepted
[4/7] submodule--helper: teach update_data more options Finish converting "submodule update" to C - - - --- 2022-03-15 Glen Choo Accepted
[3/7] builtin/submodule--helper.c: rename option struct to "opt" Finish converting "submodule update" to C - - - --- 2022-03-15 Glen Choo Accepted
[2/7] submodule update: use die_message() Finish converting "submodule update" to C - - - --- 2022-03-15 Glen Choo Accepted
[1/7] submodule--helper: run update using child process struct Finish converting "submodule update" to C - - - --- 2022-03-15 Glen Choo Accepted
Use reverse_commit_list helper function for in-place list reversal Use reverse_commit_list helper function for in-place list reversal - - - --- 2022-03-15 Jayati Shrivastava Accepted
[v7] core.fsync: documentation and user-friendly aggregate options [v7] core.fsync: documentation and user-friendly aggregate options - - - --- 2022-03-15 Neeraj Singh Accepted
maintenance: fix synopsis in documentation maintenance: fix synopsis in documentation - - - --- 2022-03-15 Derrick Stolee Accepted
[v3,4/4] terminal: restore settings on SIGTSTP [v3,1/4] terminal: use flags for save_term() - - - --- 2022-03-15 Phillip Wood Superseded
[v3,3/4] terminal: work around macos poll() bug [v3,1/4] terminal: use flags for save_term() - - - --- 2022-03-15 Phillip Wood Superseded
[v3,2/4] terminal: don't assume stdin is /dev/tty [v3,1/4] terminal: use flags for save_term() - - - --- 2022-03-15 Phillip Wood Superseded
[v3,1/4] terminal: use flags for save_term() [v3,1/4] terminal: use flags for save_term() - - - --- 2022-03-15 Phillip Wood Superseded
[v3,5/5] stash: make internal resets quiet and refresh index Allow 'reset --quiet' to refresh the index, use 'reset --quiet' in 'stash' - - - --- 2022-03-15 Victoria Dye Accepted
[v3,4/5] reset: suppress '--no-refresh' advice if logging is silenced Allow 'reset --quiet' to refresh the index, use 'reset --quiet' in 'stash' - - - --- 2022-03-15 Victoria Dye Accepted
[v3,3/5] reset: replace '--quiet' with '--no-refresh' in performance advice Allow 'reset --quiet' to refresh the index, use 'reset --quiet' in 'stash' - - - --- 2022-03-15 Victoria Dye Accepted
[v3,2/5] reset: introduce --[no-]refresh option to --mixed Allow 'reset --quiet' to refresh the index, use 'reset --quiet' in 'stash' - - - --- 2022-03-15 Victoria Dye Accepted
[v3,1/5] reset: revise index refresh advice Allow 'reset --quiet' to refresh the index, use 'reset --quiet' in 'stash' - - - --- 2022-03-15 Victoria Dye Accepted
[v2,5/5] stash: make internal resets quiet and refresh index Allow 'reset --quiet' to refresh the index, use 'reset --quiet' in 'stash' - - - --- 2022-03-14 Victoria Dye Superseded
[v2,4/5] reset: suppress '--no-refresh' advice if logging is silenced Allow 'reset --quiet' to refresh the index, use 'reset --quiet' in 'stash' - - - --- 2022-03-14 Victoria Dye Superseded
[v2,3/5] reset: replace '--quiet' with '--no-refresh' in performance advice Allow 'reset --quiet' to refresh the index, use 'reset --quiet' in 'stash' - - - --- 2022-03-14 Victoria Dye Superseded
[v2,2/5] reset: introduce --[no-]refresh option to --mixed Allow 'reset --quiet' to refresh the index, use 'reset --quiet' in 'stash' - - - --- 2022-03-14 Victoria Dye Superseded
[v2,1/5] reset: revise index refresh advice Allow 'reset --quiet' to refresh the index, use 'reset --quiet' in 'stash' - - - --- 2022-03-14 Victoria Dye Superseded
[v2,2/2] repack: add config to skip updating server info repack: add config to skip updating server info - - - --- 2022-03-14 Patrick Steinhardt Accepted
[v2,1/2] repack: refactor to avoid double-negation of update-server-info repack: add config to skip updating server info - - - --- 2022-03-14 Patrick Steinhardt Accepted
[v3,1/1] Documentation/git-sparse-checkout.txt: add an OPTIONS section Documentation/git-sparse-checkout.txt: add an OPTIONS section - - - --- 2022-03-14 Shaoxuan Yuan Superseded
[v2,1/1] Documentation/git-sparse-checkout.txt: add an OPTIONS section Documentation/git-sparse-checkout.txt: add an OPTIONS section - - - --- 2022-03-14 Shaoxuan Yuan Superseded
[6/6] attr.h: remove duplicate struct definition Untitled series #622999 - - - --- 2022-03-14 Elia Pinto Accepted
[1/6] attr.c: delete duplicate include [1/6] attr.c: delete duplicate include - - - --- 2022-03-13 Elia Pinto Accepted
[5/5] t/helper/test-run-command.c: delete duplicate include Remove. duplicate include directives - - - --- 2022-03-13 Elia Pinto Accepted
[4/5] builtin/stash.c: delete duplicate include Remove. duplicate include directives - - - --- 2022-03-13 Elia Pinto Accepted
[3/5] builtin/sparse-checkout.c: delete duplicate include Remove. duplicate include directives - - - --- 2022-03-13 Elia Pinto Accepted
[2/5] builtin/gc.c: delete duplicate include Remove. duplicate include directives - - - --- 2022-03-13 Elia Pinto Accepted
[1/5] attr.c: delete duplicate include Remove. duplicate include directives - - - --- 2022-03-13 Elia Pinto Accepted
partial-clone: add a partial-clone test case partial-clone: add a partial-clone test case - - - --- 2022-03-13 Abhradeep Chakraborty Superseded
[v2] t6423-merge-rename-directories.sh: use the $(...) construct [v2] t6423-merge-rename-directories.sh: use the $(...) construct - - - --- 2022-03-13 Elia Pinto Accepted
[GSoC,v2] Add a diff driver for JavaScript languages. [GSoC,v2] Add a diff driver for JavaScript languages. - - - --- 2022-03-12 xing zhi jiang Superseded
[v3,2/2] t0030-t0050: avoid pipes with Git on LHS avoid pipes with Git on LHS - - - --- 2022-03-12 Shubham Mishra Accepted
[v3,1/2] t0001-t0028: avoid pipes with Git on LHS avoid pipes with Git on LHS - - - --- 2022-03-12 Shubham Mishra Accepted
[v7] userdiff: add builtin diff driver for kotlin language. [v7] userdiff: add builtin diff driver for kotlin language. 1 - - --- 2022-03-12 Jaydeep Das Accepted
[v2,6/9] git-sparse-checkout.txt: add a new EXAMPLES section sparse-checkout: make cone mode the default - - - --- 2022-03-12 Elijah Newren Accepted
[v2,1/9] tests: stop assuming --no-cone is the default mode for sparse-checkout sparse-checkout: make cone mode the default - - - --- 2022-03-12 Elijah Newren Accepted
[4/5] reset: suppress '--no-refresh' advice if logging is silenced Separate '--skip-refresh' from '--quiet' in 'reset', use '--quiet' internally in 'stash' - - - --- 2022-03-12 Victoria Dye Accepted
[3/5] reset: replace '--quiet' with '--no-refresh' in performance advice Separate '--skip-refresh' from '--quiet' in 'reset', use '--quiet' internally in 'stash' - - - --- 2022-03-12 Victoria Dye Accepted
[1/5] reset: revise index refresh advice Separate '--skip-refresh' from '--quiet' in 'reset', use '--quiet' internally in 'stash' - - - --- 2022-03-12 Victoria Dye Accepted
[v4] name-rev: use generation numbers if available [v4] name-rev: use generation numbers if available - - - --- 2022-03-12 Jacob Keller Accepted
« 1 2 ... 103 104 105200 201 »