Show patches with: none      |   43383 patches
« 1 2 ... 163 164 165433 434 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v4,10/11] 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-29 Elijah Newren New
[v4,09/11] dir: avoid incidentally removing the original_cwd in remove_path() Avoid removing the current working directory, even if it becomes empty - - - --- 2021-11-29 Elijah Newren Accepted
[v4,08/11] stash: do not attempt to remove startup_info->original_cwd Avoid removing the current working directory, even if it becomes empty - - - --- 2021-11-29 Elijah Newren Accepted
[v4,07/11] rebase: do not attempt to remove startup_info->original_cwd Avoid removing the current working directory, even if it becomes empty - - - --- 2021-11-29 Elijah Newren Accepted
[v4,06/11] clean: do not attempt to remove startup_info->original_cwd Avoid removing the current working directory, even if it becomes empty - - - --- 2021-11-29 Elijah Newren Accepted
[v4,05/11] symlinks: do not include startup_info->original_cwd in dir removal Avoid removing the current working directory, even if it becomes empty - - - --- 2021-11-29 Elijah Newren Accepted
[v4,04/11] unpack-trees: add special cwd handling Avoid removing the current working directory, even if it becomes empty - - - --- 2021-11-29 Elijah Newren Accepted
[v4,03/11] unpack-trees: refuse to remove startup_info->original_cwd Avoid removing the current working directory, even if it becomes empty - - - --- 2021-11-29 Elijah Newren Accepted
[v4,02/11] setup: introduce startup_info->original_cwd Avoid removing the current working directory, even if it becomes empty - - - --- 2021-11-29 Elijah Newren Accepted
[v4,01/11] t2501: add various tests for removing the current working directory Avoid removing the current working directory, even if it becomes empty - - - --- 2021-11-29 Elijah Newren New
[17/17] sha1-file.c: don't freshen cruft packs cruft packs - - - --- 2021-11-29 Taylor Blau New
[16/17] builtin/gc.c: conditionally avoid pruning objects via loose cruft packs - - - --- 2021-11-29 Taylor Blau New
[15/17] builtin/repack.c: add cruft packs to MIDX during geometric repack cruft packs - - - --- 2021-11-29 Taylor Blau New
[14/17] builtin/repack.c: use named flags for existing_packs cruft packs - - - --- 2021-11-29 Taylor Blau New
[13/17] builtin/repack.c: allow configuring cruft pack generation cruft packs - - - --- 2021-11-29 Taylor Blau New
[12/17] builtin/repack.c: support generating a cruft pack cruft packs - - - --- 2021-11-29 Taylor Blau New
[11/17] builtin/pack-objects.c: --cruft with expiration cruft packs - - - --- 2021-11-29 Taylor Blau New
[10/17] reachable: report precise timestamps from objects in cruft packs cruft packs - - - --- 2021-11-29 Taylor Blau New
[09/17] reachable: add options to add_unseen_recent_objects_to_traversal cruft packs - - - --- 2021-11-29 Taylor Blau New
[08/17] builtin/pack-objects.c: --cruft without expiration cruft packs - - - --- 2021-11-29 Taylor Blau New
[07/17] builtin/pack-objects.c: return from create_object_entry() cruft packs - - - --- 2021-11-29 Taylor Blau New
[06/17] t/helper: add 'pack-mtimes' test-tool cruft packs - - - --- 2021-11-29 Taylor Blau New
[05/17] pack-mtimes: support writing pack .mtimes files cruft packs - - - --- 2021-11-29 Taylor Blau New
[04/17] chunk-format.h: extract oid_version() cruft packs - - - --- 2021-11-29 Taylor Blau New
[03/17] pack-write: pass 'struct packing_data' to 'stage_tmp_packfiles' cruft packs - - - --- 2021-11-29 Taylor Blau New
[02/17] pack-mtimes: support reading .mtimes files cruft packs - - - --- 2021-11-29 Taylor Blau New
[01/17] Documentation/technical: add cruft-packs.txt cruft packs - - - --- 2021-11-29 Taylor Blau New
grep: clarify what `grep.patternType=default` means grep: clarify what `grep.patternType=default` means - - - --- 2021-11-29 Junio C Hamano Superseded
[v4,2/2] config: include file if remote URL matches a glob Conditional config includes based on remote URL - - - --- 2021-11-29 Jonathan Tan Superseded
[v4,1/2] config: make git_config_include() static Conditional config includes based on remote URL - - - --- 2021-11-29 Jonathan Tan Superseded
test-lib.sh: have all tests pass under "-x", remove BASH_XTRACEFD test-lib.sh: have all tests pass under "-x", remove BASH_XTRACEFD - - - --- 2021-11-29 Ævar Arnfjörð Bjarmason Superseded
[v3,10/10] cat-file: use GET_OID_ONLY_TO_DIE in --(textconv|filters) cat-file: better usage UX & error messages - - - --- 2021-11-29 Ævar Arnfjörð Bjarmason Superseded
[v3,09/10] object-name.c: don't have GET_OID_ONLY_TO_DIE imply *_QUIETLY cat-file: better usage UX & error messages - - - --- 2021-11-29 Ævar Arnfjörð Bjarmason Superseded
[v3,08/10] cat-file: correct and improve usage information cat-file: better usage UX & error messages - - - --- 2021-11-29 Ævar Arnfjörð Bjarmason Superseded
[v3,07/10] cat-file: fix remaining usage bugs cat-file: better usage UX & error messages - - - --- 2021-11-29 Ævar Arnfjörð Bjarmason Superseded
[v3,06/10] cat-file: make --batch-all-objects a CMDMODE cat-file: better usage UX & error messages - - - --- 2021-11-29 Ævar Arnfjörð Bjarmason Superseded
[v3,05/10] cat-file: move "usage" variable to cmd_cat_file() cat-file: better usage UX & error messages - - - --- 2021-11-29 Ævar Arnfjörð Bjarmason Superseded
[v3,04/10] cat-file docs: fix SYNOPSIS and "-h" output cat-file: better usage UX & error messages - - - --- 2021-11-29 Ævar Arnfjörð Bjarmason Superseded
[v3,03/10] parse-options API: add a usage_msg_optf() cat-file: better usage UX & error messages - - - --- 2021-11-29 Ævar Arnfjörð Bjarmason Superseded
[v3,02/10] cat-file tests: test messaging on bad objects/paths cat-file: better usage UX & error messages - - - --- 2021-11-29 Ævar Arnfjörð Bjarmason Superseded
[v3,01/10] cat-file tests: test bad usage cat-file: better usage UX & error messages - - - --- 2021-11-29 Ævar Arnfjörð Bjarmason Superseded
[v2,6/6] t1430: create valid symrefs using test-helper Allow writing invalid OIDs into refs for testing purposes - - - --- 2021-11-29 Han-Wen Nienhuys Superseded
[v2,5/6] t1430: remove refs using test-tool Allow writing invalid OIDs into refs for testing purposes - - - --- 2021-11-29 Han-Wen Nienhuys Superseded
[v2,4/6] refs: add REF_SKIP_REFNAME_VERIFICATION flag Allow writing invalid OIDs into refs for testing purposes - - - --- 2021-11-29 Han-Wen Nienhuys Superseded
[v2,3/6] refs: allow skipping OID verification Allow writing invalid OIDs into refs for testing purposes - - - --- 2021-11-29 Han-Wen Nienhuys New
[v2,2/6] refs: update comment. Allow writing invalid OIDs into refs for testing purposes - - - --- 2021-11-29 Han-Wen Nienhuys Accepted
[v2,1/6] test-ref-store: plug memory leak in cmd_delete_refs Allow writing invalid OIDs into refs for testing purposes - - - --- 2021-11-29 Han-Wen Nienhuys New
[v2] t1404: mark directory/file conflict tests with REFFILES [v2] t1404: mark directory/file conflict tests with REFFILES - - - --- 2021-11-29 Han-Wen Nienhuys Accepted
[v6,8/8] unpack-trees: improve performance of next_cache_entry Sparse Index: integrate with reset - - - --- 2021-11-29 Victoria Dye Accepted
[v6,7/8] reset: make --mixed sparse-aware Sparse Index: integrate with reset - - - --- 2021-11-29 Victoria Dye Accepted
[v6,6/8] reset: make sparse-aware (except --mixed) Sparse Index: integrate with reset - - - --- 2021-11-29 Victoria Dye Accepted
[v6,5/8] reset: integrate with sparse index Sparse Index: integrate with reset - - - --- 2021-11-29 Victoria Dye Accepted
[v6,4/8] reset: expand test coverage for sparse checkouts Sparse Index: integrate with reset - - - --- 2021-11-29 Victoria Dye Accepted
[v6,3/8] sparse-index: update command for expand/collapse test Sparse Index: integrate with reset - - - --- 2021-11-29 Victoria Dye Accepted
[v6,2/8] reset: preserve skip-worktree bit in mixed reset Sparse Index: integrate with reset - - - --- 2021-11-29 Victoria Dye Accepted
[v6,1/8] reset: rename is_missing to !is_in_reset_tree Sparse Index: integrate with reset - - - --- 2021-11-29 Victoria Dye Accepted
[v3,7/7] grep: simplify config parsing and option parsing grep: simplify & delete "init" & "config" code - - - --- 2021-11-29 Ævar Arnfjörð Bjarmason Superseded
[v3,6/7] grep API: call grep_config() after grep_init() grep: simplify & delete "init" & "config" code - - - --- 2021-11-29 Ævar Arnfjörð Bjarmason Superseded
[v3,5/7] grep.c: don't pass along NULL callback value grep: simplify & delete "init" & "config" code - - - --- 2021-11-29 Ævar Arnfjörð Bjarmason Superseded
[v3,4/7] built-ins: trust the "prefix" from run_builtin() grep: simplify & delete "init" & "config" code - - - --- 2021-11-29 Ævar Arnfjörð Bjarmason Superseded
[v3,3/7] grep tests: add missing "grep.patternType" config test grep: simplify & delete "init" & "config" code - - - --- 2021-11-29 Ævar Arnfjörð Bjarmason Superseded
[v3,2/7] log tests: check if grep_config() is called by "log"-like cmds grep: simplify & delete "init" & "config" code - - - --- 2021-11-29 Ævar Arnfjörð Bjarmason Superseded
[v3,1/7] grep.h: remove unused "regex_t regexp" from grep_opt grep: simplify & delete "init" & "config" code - - - --- 2021-11-29 Ævar Arnfjörð Bjarmason Superseded
[2/2] t/t*: remove custom GIT_TRACE2_EVENT_NESTING Set GIT_TRACE2_EVENT_NESTING in test-lib.sh - - - --- 2021-11-29 Derrick Stolee Accepted
[1/2] test-lib.sh: set GIT_TRACE2_EVENT_NESTING Set GIT_TRACE2_EVENT_NESTING in test-lib.sh - - - --- 2021-11-29 Derrick Stolee Accepted
Re* [PATCH 2/4] refs: trim newline from reflog message Re* [PATCH 2/4] refs: trim newline from reflog message - - - --- 2021-11-28 Junio C Hamano Accepted
add -p: avoid use of undefined $key when ReadKey -> EOF add -p: avoid use of undefined $key when ReadKey -> EOF - - - --- 2021-11-28 Carlo Marcelo Arenas Belón Accepted
git diff -I<regex> does not work with empty +/- lines git diff -I<regex> does not work with empty +/- lines - - - --- 2021-11-28 Johannes Altmanninger New
[tig,2/2] Allow to toggle revision filter Allow to toggle revision filter - - - --- 2021-11-28 Johannes Altmanninger New
[tig,1/2] argv_format(): extract bool params into bitfield Allow to toggle revision filter - - - --- 2021-11-28 Johannes Altmanninger New
[v2] mingw: avoid fallback for {local,gm}time_r() [v2] mingw: avoid fallback for {local,gm}time_r() 1 - - --- 2021-11-27 Carlo Marcelo Arenas Belón Accepted
[v3,11/11] t2501: simplify the tests since we can now assume desired behavior Avoid removing the current working directory, even if it becomes empty - - - --- 2021-11-26 Elijah Newren Superseded
[v3,10/11] 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-26 Elijah Newren Superseded
[v3,09/11] dir: avoid incidentally removing the original_cwd in remove_path() Avoid removing the current working directory, even if it becomes empty - - - --- 2021-11-26 Elijah Newren Superseded
[v3,08/11] stash: do not attempt to remove startup_info->original_cwd Avoid removing the current working directory, even if it becomes empty - - - --- 2021-11-26 Elijah Newren Superseded
[v3,07/11] rebase: do not attempt to remove startup_info->original_cwd Avoid removing the current working directory, even if it becomes empty - - - --- 2021-11-26 Elijah Newren Superseded
[v3,06/11] clean: do not attempt to remove startup_info->original_cwd Avoid removing the current working directory, even if it becomes empty - - - --- 2021-11-26 Elijah Newren Superseded
[v3,05/11] symlinks: do not include startup_info->original_cwd in dir removal Avoid removing the current working directory, even if it becomes empty - - - --- 2021-11-26 Elijah Newren Superseded
[v3,04/11] unpack-trees: add special cwd handling Avoid removing the current working directory, even if it becomes empty - - - --- 2021-11-26 Elijah Newren Superseded
[v3,03/11] unpack-trees: refuse to remove startup_info->original_cwd Avoid removing the current working directory, even if it becomes empty - - - --- 2021-11-26 Elijah Newren Superseded
[v3,02/11] setup: introduce startup_info->original_cwd Avoid removing the current working directory, even if it becomes empty - - - --- 2021-11-26 Elijah Newren Superseded
[v3,01/11] t2501: add various tests for removing the current working directory Avoid removing the current working directory, even if it becomes empty - - - --- 2021-11-26 Elijah Newren Superseded
[4/4] object-file.c: LLP64 compatibility, upcast unity for left shift Fix LLP64 `(size_t)1` compatibility VS C4334 warnings - - - --- 2021-11-26 Philip Oakley Superseded
[3/4] diffcore-delta.c: LLP64 compatibility, upcast unity for left shift Fix LLP64 `(size_t)1` compatibility VS C4334 warnings - - - --- 2021-11-26 Philip Oakley Superseded
[2/4] repack.c: LLP64 compatibility, upcast unity for left shift Fix LLP64 `(size_t)1` compatibility VS C4334 warnings - - - --- 2021-11-26 Philip Oakley Superseded
[1/4] mergesort.c: LLP64 compatibility, upcast unity for left shift Fix LLP64 `(size_t)1` compatibility VS C4334 warnings - - - --- 2021-11-26 Philip Oakley Superseded
Re* [PATCH 2/4] refs: trim newline from reflog message Re* [PATCH 2/4] refs: trim newline from reflog message - - - --- 2021-11-26 Junio C Hamano Superseded
[v3,9/9] run-command API: remove "env" member, always use "env_array" run-command API: get rid of "argv" and "env" - - - --- 2021-11-25 Ævar Arnfjörð Bjarmason Accepted
[v3,8/9] difftool: use "env_array" to simplify memory management run-command API: get rid of "argv" and "env" - - - --- 2021-11-25 Ævar Arnfjörð Bjarmason Accepted
[v3,7/9] run-command API: remove "argv" member, always use "args" run-command API: get rid of "argv" and "env" - - - --- 2021-11-25 Ævar Arnfjörð Bjarmason Accepted
[v3,6/9] run-command API users: use strvec_push(), not argv construction run-command API: get rid of "argv" and "env" - - - --- 2021-11-25 Ævar Arnfjörð Bjarmason Accepted
[v3,5/9] run-command API users: use strvec_pushl(), not argv construction run-command API: get rid of "argv" and "env" - - - --- 2021-11-25 Ævar Arnfjörð Bjarmason Accepted
[v3,4/9] run-command tests: use strvec_pushv(), not argv assignment run-command API: get rid of "argv" and "env" - - - --- 2021-11-25 Ævar Arnfjörð Bjarmason Accepted
[v3,3/9] run-command API users: use strvec_pushv(), not argv assignment run-command API: get rid of "argv" and "env" - - - --- 2021-11-25 Ævar Arnfjörð Bjarmason Accepted
[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,6/6] object-name: re-use "struct strbuf" in show_ambiguous_object() object-name: make ambiguous object output translatable + show tag date - - - --- 2021-11-25 Ævar Arnfjörð Bjarmason New
[v5,5/6] object-name: iterate ambiguous objects before showing header object-name: make ambiguous object output translatable + show tag date - - - --- 2021-11-25 Ævar Arnfjörð Bjarmason New
[v5,4/6] object-name: show date for ambiguous tag objects object-name: make ambiguous object output translatable + show tag date - - - --- 2021-11-25 Ævar Arnfjörð Bjarmason New
[v5,3/6] object-name: make ambiguous object output translatable object-name: make ambiguous object output translatable + show tag date - - - --- 2021-11-25 Ævar Arnfjörð Bjarmason New
« 1 2 ... 163 164 165433 434 »