Show patches with: Archived = No       |   20074 patches
« 1 2 ... 127 128 129200 201 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v3,2/9] upload-archive: use regular "struct child_process" pattern run-command API: get rid of "argv" and "env" - - - --- 2021-11-25 Ævar Arnfjörð Bjarmason Accepted
[v3,1/9] worktree: stop being overly intimate with run_command() internals run-command API: get rid of "argv" and "env" - - - --- 2021-11-25 Ævar Arnfjörð Bjarmason Accepted
[v5,2/6] object-name: explicitly handle OBJ_BAD in show_ambiguous_object() object-name: make ambiguous object output translatable + show tag date - - - --- 2021-11-25 Ævar Arnfjörð Bjarmason Accepted
[v2,3/5] t1405: check for_each_reflog_ent_reverse() more thoroughly Inspect reflog data programmatically in more tests - - - --- 2021-11-25 Han-Wen Nienhuys Accepted
[v2,2/5] test-ref-store: don't add newline to reflog message Inspect reflog data programmatically in more tests - - - --- 2021-11-25 Han-Wen Nienhuys Accepted
[v2,1/5] show-branch: show reflog message Inspect reflog data programmatically in more tests - - - --- 2021-11-25 Han-Wen Nienhuys Accepted
t1404: mark directory/file conflict tests with REFFILES t1404: mark directory/file conflict tests with REFFILES - - - --- 2021-11-25 Han-Wen Nienhuys Superseded
[2/2] refs: allow skipping OID verification Allow writing invalid OIDs into refs for testing purposes - - - --- 2021-11-25 Han-Wen Nienhuys Superseded
[1/2] refs: update comment. Allow writing invalid OIDs into refs for testing purposes - - - --- 2021-11-25 Han-Wen Nienhuys Superseded
[v2,9/9] dir: new flag to remove_dir_recurse() to spare the original_cwd Avoid removing the current working directory, even if it becomes empty - - - --- 2021-11-25 Elijah Newren Superseded
[v2,8/9] dir: avoid incidentally removing the original_cwd in remove_path() Avoid removing the current working directory, even if it becomes empty - - - --- 2021-11-25 Elijah Newren Superseded
[v2,7/9] stash: do not attempt to remove startup_info->original_cwd Avoid removing the current working directory, even if it becomes empty - - - --- 2021-11-25 Elijah Newren Superseded
[v2,6/9] clean: do not attempt to remove startup_info->original_cwd Avoid removing the current working directory, even if it becomes empty - - - --- 2021-11-25 Elijah Newren Superseded
[v2,5/9] symlinks: do not include startup_info->original_cwd in dir removal Avoid removing the current working directory, even if it becomes empty - - - --- 2021-11-25 Elijah Newren Superseded
[v2,4/9] unpack-trees: add special cwd handling Avoid removing the current working directory, even if it becomes empty - - - --- 2021-11-25 Elijah Newren Superseded
[v2,3/9] unpack-trees: refuse to remove startup_info->original_cwd Avoid removing the current working directory, even if it becomes empty - - - --- 2021-11-25 Elijah Newren Superseded
[v2,2/9] setup: introduce startup_info->original_cwd Avoid removing the current working directory, even if it becomes empty - - - --- 2021-11-25 Elijah Newren Superseded
[v2,1/9] t2501: add various tests for removing the current working directory Avoid removing the current working directory, even if it becomes empty - - - --- 2021-11-25 Elijah Newren Superseded
mingw: avoid fallback for {local,gm}time_r() mingw: avoid fallback for {local,gm}time_r() - - - --- 2021-11-25 Carlo Marcelo Arenas Belón Superseded
[v4] pager: fix crash when pager program doesn't exist [v4] pager: fix crash when pager program doesn't exist - - - --- 2021-11-25 Enzo Matsumiya Accepted
[v3] pager: fix crash when pager program doesn't exist [v3] pager: fix crash when pager program doesn't exist - - - --- 2021-11-24 Enzo Matsumiya Superseded
[v4,5/5] CI: don't run "make test" twice in one job CI: Remove Travis CI, shorten names for GH tooltips, split jobs - - - --- 2021-11-23 Ævar Arnfjörð Bjarmason Accepted
[v4,4/5] CI: use "$runs_on_pool", not "$jobname" to select packages & config CI: Remove Travis CI, shorten names for GH tooltips, split jobs - - - --- 2021-11-23 Ævar Arnfjörð Bjarmason Accepted
[v4,3/5] CI: rename the "Linux32" job to lower-case "linux32" CI: Remove Travis CI, shorten names for GH tooltips, split jobs - - - --- 2021-11-23 Ævar Arnfjörð Bjarmason Accepted
[v4,2/5] CI: use shorter names that fit in UX tooltips CI: Remove Travis CI, shorten names for GH tooltips, split jobs - - - --- 2021-11-23 Ævar Arnfjörð Bjarmason Accepted
[v4,1/5] CI: remove Travis CI support CI: Remove Travis CI, shorten names for GH tooltips, split jobs - - - --- 2021-11-23 Ævar Arnfjörð Bjarmason Accepted
[v11,1/2] doc: git-format-patch: describe the option --always am: support --empty=(die|drop|keep) option to handle empty patches - - - --- 2021-11-23 徐沛文 (Aleen) Accepted
[v2,9/9] run-command API: remove "env" member, always use "env_array" run-command API: get rid of "argv" and "env" - - - --- 2021-11-23 Ævar Arnfjörð Bjarmason Superseded
[v2,8/9] difftool: use "env_array" to simplify memory management run-command API: get rid of "argv" and "env" - - - --- 2021-11-23 Ævar Arnfjörð Bjarmason Superseded
[v2,7/9] run-command API: remove "argv" member, always use "args" run-command API: get rid of "argv" and "env" - - - --- 2021-11-23 Ævar Arnfjörð Bjarmason Superseded
[v2,6/9] run-command API users: use strvec_push(), not argv construction run-command API: get rid of "argv" and "env" - - - --- 2021-11-23 Ævar Arnfjörð Bjarmason Superseded
[v2,5/9] run-command API users: use strvec_pushl(), not argv construction run-command API: get rid of "argv" and "env" - - - --- 2021-11-23 Ævar Arnfjörð Bjarmason Superseded
[v2,4/9] run-command tests: use strvec_pushv(), not argv assignment run-command API: get rid of "argv" and "env" - - - --- 2021-11-23 Ævar Arnfjörð Bjarmason Superseded
[v2,3/9] run-command API users: use strvec_pushv(), not argv assignment run-command API: get rid of "argv" and "env" - - - --- 2021-11-23 Ævar Arnfjörð Bjarmason Superseded
[v2,2/9] upload-archive: use regular "struct child_process" pattern run-command API: get rid of "argv" and "env" - - - --- 2021-11-23 Ævar Arnfjörð Bjarmason Superseded
[v2,1/9] worktree: remove redundant NULL-ing of "cp.argv run-command API: get rid of "argv" and "env" - - - --- 2021-11-23 Ævar Arnfjörð Bjarmason Superseded
[v5,17/17] run-command: remove old run_hook_{le,ve}() hook API hook.[ch]: new library to run hooks + simple hook conversion - - - --- 2021-11-23 Ævar Arnfjörð Bjarmason Superseded
[v5,16/17] receive-pack: convert push-to-checkout hook to hook.h hook.[ch]: new library to run hooks + simple hook conversion - - - --- 2021-11-23 Ævar Arnfjörð Bjarmason Superseded
[v5,15/17] read-cache: convert post-index-change to use hook.h hook.[ch]: new library to run hooks + simple hook conversion - - - --- 2021-11-23 Ævar Arnfjörð Bjarmason Superseded
[v5,14/17] commit: convert {pre-commit,prepare-commit-msg} hook to hook.h hook.[ch]: new library to run hooks + simple hook conversion - - - --- 2021-11-23 Ævar Arnfjörð Bjarmason Superseded
[v5,13/17] git-p4: use 'git hook' to run hooks hook.[ch]: new library to run hooks + simple hook conversion - - - --- 2021-11-23 Ævar Arnfjörð Bjarmason Superseded
[v5,12/17] send-email: use 'git hook run' for 'sendemail-validate' hook.[ch]: new library to run hooks + simple hook conversion - - - --- 2021-11-23 Ævar Arnfjörð Bjarmason Superseded
[v5,11/17] git hook run: add an --ignore-missing flag hook.[ch]: new library to run hooks + simple hook conversion - - - --- 2021-11-23 Ævar Arnfjörð Bjarmason Superseded
[v5,10/17] hooks: convert worktree 'post-checkout' hook to hook library hook.[ch]: new library to run hooks + simple hook conversion - - - --- 2021-11-23 Ævar Arnfjörð Bjarmason Superseded
[v5,09/17] hooks: convert non-worktree 'post-checkout' hook to hook library hook.[ch]: new library to run hooks + simple hook conversion - - - --- 2021-11-23 Ævar Arnfjörð Bjarmason Superseded
[v5,08/17] merge: convert post-merge to use hook.h hook.[ch]: new library to run hooks + simple hook conversion - - - --- 2021-11-23 Ævar Arnfjörð Bjarmason Superseded
[v5,07/17] am: convert applypatch-msg to use hook.h hook.[ch]: new library to run hooks + simple hook conversion - - - --- 2021-11-23 Ævar Arnfjörð Bjarmason Superseded
[v5,06/17] rebase: convert pre-rebase to use hook.h hook.[ch]: new library to run hooks + simple hook conversion - - - --- 2021-11-23 Ævar Arnfjörð Bjarmason Superseded
[v5,05/17] hook API: add a run_hooks_l() wrapper hook.[ch]: new library to run hooks + simple hook conversion - - - --- 2021-11-23 Ævar Arnfjörð Bjarmason Superseded
[v5,04/17] am: convert {pre,post}-applypatch to use hook.h hook.[ch]: new library to run hooks + simple hook conversion - - - --- 2021-11-23 Ævar Arnfjörð Bjarmason Superseded
[v5,03/17] gc: use hook library for pre-auto-gc hook hook.[ch]: new library to run hooks + simple hook conversion - - - --- 2021-11-23 Ævar Arnfjörð Bjarmason Superseded
[v5,02/17] hook API: add a run_hooks() wrapper hook.[ch]: new library to run hooks + simple hook conversion - - - --- 2021-11-23 Ævar Arnfjörð Bjarmason Superseded
[v5,01/17] hook: add 'run' subcommand hook.[ch]: new library to run hooks + simple hook conversion - - - --- 2021-11-23 Ævar Arnfjörð Bjarmason Superseded
fast-export: fix surprising behavior with --first-parent fast-export: fix surprising behavior with --first-parent - - - --- 2021-11-23 William Sprent Superseded
completion: add human and auto: date format completion: add human and auto: date format - - - --- 2021-11-23 Yoichi Nakayama Accepted
[v5,4/4] sparse-index: update do_read_index to ensure correct sparsity sparse-index: expand/collapse based on 'index.sparse' - - - --- 2021-11-23 Victoria Dye Accepted
[v5,3/4] sparse-index: add ensure_correct_sparsity function sparse-index: expand/collapse based on 'index.sparse' - - - --- 2021-11-23 Victoria Dye Accepted
[v5,2/4] sparse-index: avoid unnecessary cache tree clearing sparse-index: expand/collapse based on 'index.sparse' - - - --- 2021-11-23 Victoria Dye Accepted
[v5,1/4] test-read-cache.c: prepare_repo_settings after config init sparse-index: expand/collapse based on 'index.sparse' - - - --- 2021-11-23 Victoria Dye Accepted
[v4,4/4] blame: enable and test the sparse index Sparse Index: diff and blame builtins - - - --- 2021-11-22 Lessley Dennington Superseded
[v4,3/4] diff: enable and test the sparse index Sparse Index: diff and blame builtins - - - --- 2021-11-22 Lessley Dennington Superseded
[v4,2/4] test-read-cache: set up repo after git directory Sparse Index: diff and blame builtins - - - --- 2021-11-22 Lessley Dennington Superseded
[v4,1/4] sparse index: enable only for git repos Sparse Index: diff and blame builtins - - - --- 2021-11-22 Lessley Dennington Superseded
[4/4] branch: add --recurse-submodules option for branch creation implement branch --recurse-submodules - - - --- 2021-11-22 Glen Choo Superseded
[3/4] branch: add --dry-run option to branch implement branch --recurse-submodules - - - --- 2021-11-22 Glen Choo Superseded
[2/4] branch: refactor out branch validation from create_branch() implement branch --recurse-submodules - - - --- 2021-11-22 Glen Choo Superseded
[1/4] submodule-config: add submodules_of_tree() helper implement branch --recurse-submodules - - - --- 2021-11-22 Glen Choo Superseded
run-command: unify signal and regular logic for wait_or_whine() run-command: unify signal and regular logic for wait_or_whine() - - - --- 2021-11-22 Jeff King Accepted
Doc: no midx and partial clone relation Doc: no midx and partial clone relation - - - --- 2021-11-22 Jonathan Tan Accepted
[v4,3/3] object-name: show date for ambiguous tag objects object-name: make ambiguous object output translatable + show tag date - - - --- 2021-11-22 Ævar Arnfjörð Bjarmason Superseded
[v4,2/3] object-name: make ambiguous object output translatable object-name: make ambiguous object output translatable + show tag date - - - --- 2021-11-22 Ævar Arnfjörð Bjarmason Superseded
[v4,1/3] object-name: remove unreachable "unknown type" handling object-name: make ambiguous object output translatable + show tag date - - - --- 2021-11-22 Ævar Arnfjörð Bjarmason Superseded
[4/4] t1400: use test-helper ref-store to inspect reflog contents Inspect reflog data programmatically in more tests - - - --- 2021-11-22 Han-Wen Nienhuys Superseded
[3/4] test-ref-store: tweaks to for-each-reflog-ent format Inspect reflog data programmatically in more tests - - - --- 2021-11-22 Han-Wen Nienhuys Superseded
[2/4] refs: trim newline from reflog message Inspect reflog data programmatically in more tests - - - --- 2021-11-22 Han-Wen Nienhuys Superseded
[1/4] show-branch: show reflog message Inspect reflog data programmatically in more tests - - - --- 2021-11-22 Han-Wen Nienhuys Superseded
refs: drop force_create argument of create_reflog API refs: drop force_create argument of create_reflog API - - - --- 2021-11-22 Han-Wen Nienhuys Accepted
[v3] fetch-pack: parameterize message containing 'ready' keyword [v3] fetch-pack: parameterize message containing 'ready' keyword - - - --- 2021-11-22 Bagas Sanjaya Superseded
[v3,1/1] ls-tree.c: support `--oid-only` option for "git-ls-tree" ls-tree.c: support `--oid-only` option - - - --- 2021-11-22 Teng Long Superseded
[v10,1/2] doc: git-format-patch: describe the option --always am: support --empty=(die|drop|keep) option to handle empty patches - - - --- 2021-11-22 徐沛文 (Aleen) Accepted
[v9,2/2] am: support --empty=<option> to handle empty patches am: support --empty=(die|drop|keep) option to handle empty patches - - - --- 2021-11-22 徐沛文 (Aleen) Superseded
[v9,1/2] doc: git-format-patch: describe the option --always am: support --empty=(die|drop|keep) option to handle empty patches - - - --- 2021-11-22 徐沛文 (Aleen) Superseded
[v8,2/2] am: support --empty=<option> to handle empty patches am: support --empty=(die|drop|keep) option to handle empty patches - - - --- 2021-11-22 徐沛文 (Aleen) Superseded
[v8,1/2] doc: git-format-patch: describe the option --always am: support --empty=(die|drop|keep) option to handle empty patches - - - --- 2021-11-22 徐沛文 (Aleen) Superseded
t7006: clean up SIGPIPE handling in trace2 tests t7006: clean up SIGPIPE handling in trace2 tests - - - --- 2021-11-21 Jeff King Accepted
gitk: fix error when resizing gitk gitk: fix error when resizing gitk - - - --- 2021-11-21 Shulhan Superseded
[8/8] dir: avoid removing the current working directory Avoid removing the current working directory, even if it becomes empty - - - --- 2021-11-21 Elijah Newren Superseded
[7/8] stash: do not attempt to remove current working directory Avoid removing the current working directory, even if it becomes empty - - - --- 2021-11-21 Elijah Newren Superseded
[6/8] clean: do not attempt to remove current working directory Avoid removing the current working directory, even if it becomes empty - - - --- 2021-11-21 Elijah Newren Superseded
[5/8] symlinks: do not include current working directory in dir removal Avoid removing the current working directory, even if it becomes empty - - - --- 2021-11-21 Elijah Newren Superseded
[4/8] unpack-trees: add special cwd handling Avoid removing the current working directory, even if it becomes empty - - - --- 2021-11-21 Elijah Newren Superseded
[3/8] unpack-trees: refuse to remove the current working directory Avoid removing the current working directory, even if it becomes empty - - - --- 2021-11-21 Elijah Newren Superseded
[2/8] repository, setup: introduce the_cwd Avoid removing the current working directory, even if it becomes empty - - - --- 2021-11-21 Elijah Newren Superseded
[1/8] t2501: add various tests for removing the current working directory Avoid removing the current working directory, even if it becomes empty - - - --- 2021-11-21 Elijah Newren Superseded
[v2] pager: fix crash when pager program doesn't exist [v2] pager: fix crash when pager program doesn't exist - 1 - --- 2021-11-20 Enzo Matsumiya Superseded
[v3,3/3] test-lib: make BAIL_OUT() work in tests and prereq test-lib: improve missing prereq handling - - - --- 2021-11-20 Fabian Stelzer Superseded
[v3,2/3] test-lib: introduce required prereq for test runs test-lib: improve missing prereq handling - - - --- 2021-11-20 Fabian Stelzer Superseded
[v3,1/3] test-lib: show missing prereq summary test-lib: improve missing prereq handling - - - --- 2021-11-20 Fabian Stelzer Superseded
[v3,5/5] CI: don't run "make test" twice in one job CI: Remove Travis CI, shorten names for GH tooltips, split jobs - - - --- 2021-11-20 Ævar Arnfjörð Bjarmason Superseded
[v3,4/5] CI: use "$runs_on_pool", not "$jobname" to select packages & config CI: Remove Travis CI, shorten names for GH tooltips, split jobs - - - --- 2021-11-20 Ævar Arnfjörð Bjarmason Superseded
« 1 2 ... 127 128 129200 201 »