Show patches with: Archived = No       |   19889 patches
« 1 2 ... 148 149 150198 199 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v3,3/5] pathspec: stop calling ensure_full_index Sparse Index: Integrate with 'git add' - 1 - --- 2021-07-29 Derrick Stolee Accepted
[v3,2/5] add: allow operating on a sparse-only index Sparse Index: Integrate with 'git add' - 1 - --- 2021-07-29 Derrick Stolee Accepted
[v3,1/5] t1092: test merge conflicts outside cone Sparse Index: Integrate with 'git add' - 1 - --- 2021-07-29 Derrick Stolee Accepted
[2/2,GSOC] cherry-pick: use better advice message cherry-pick: fix bug when used with GIT_CHERRY_PICK_HELP - - - --- 2021-07-29 ZheNing Hu Superseded
[1/2,GSOC] cherry-pick: fix bug when used with GIT_CHERRY_PICK_HELP cherry-pick: fix bug when used with GIT_CHERRY_PICK_HELP - - - --- 2021-07-29 ZheNing Hu Superseded
Documentation: render special characters correctly Documentation: render special characters correctly - - - --- 2021-07-29 Andrei Rybak Accepted
[v2,7/7] merge-ort: reuse path strings in pool_alloc_filespec Final optimization batch (#15): use memory pools - - - --- 2021-07-29 Elijah Newren Superseded
[v2,6/7] merge-ort: store filepairs and filespecs in our mem_pool Final optimization batch (#15): use memory pools - - - --- 2021-07-29 Elijah Newren Superseded
[v2,5/7] diffcore-rename, merge-ort: add wrapper functions for filepair alloc/dealloc Final optimization batch (#15): use memory pools - - - --- 2021-07-29 Elijah Newren Superseded
[v2,4/7] merge-ort: switch our strmaps over to using memory pools Final optimization batch (#15): use memory pools - - - --- 2021-07-29 Elijah Newren Superseded
[v2,3/7] merge-ort: set up a memory pool Final optimization batch (#15): use memory pools - - - --- 2021-07-29 Elijah Newren Superseded
[v2,2/7] merge-ort: add pool_alloc, pool_calloc, and pool_strndup wrappers Final optimization batch (#15): use memory pools - - - --- 2021-07-29 Elijah Newren Superseded
[v2,1/7] diffcore-rename: use a mem_pool for exact rename detection's hashmap Final optimization batch (#15): use memory pools - - - --- 2021-07-29 Elijah Newren Superseded
Re* [PATCH] Fix git-bisect when show-branch is configured to run with pager Re* [PATCH] Fix git-bisect when show-branch is configured to run with pager - - - --- 2021-07-28 Junio C Hamano Accepted
[GSoC,v2] submodule--helper: introduce add-config subcommand [GSoC,v2] submodule--helper: introduce add-config subcommand - - - --- 2021-07-28 Atharva Raykar Superseded
[v3,25/25] p5326: perf tests for MIDX bitmaps multi-pack reachability bitmaps - - - --- 2021-07-27 Taylor Blau Superseded
[v3,24/25] p5310: extract full and partial bitmap tests multi-pack reachability bitmaps - - - --- 2021-07-27 Taylor Blau Superseded
[v3,23/25] midx: respect 'GIT_TEST_MULTI_PACK_INDEX_WRITE_BITMAP' multi-pack reachability bitmaps - - - --- 2021-07-27 Taylor Blau Superseded
[v3,22/25] t7700: update to work with MIDX bitmap test knob multi-pack reachability bitmaps - - - --- 2021-07-27 Taylor Blau Superseded
[v3,21/25] t5319: don't write MIDX bitmaps in t5319 multi-pack reachability bitmaps - - - --- 2021-07-27 Taylor Blau Superseded
[v3,20/25] t5310: disable GIT_TEST_MULTI_PACK_INDEX_WRITE_BITMAP multi-pack reachability bitmaps - - - --- 2021-07-27 Taylor Blau Superseded
[v3,19/25] t0410: disable GIT_TEST_MULTI_PACK_INDEX_WRITE_BITMAP multi-pack reachability bitmaps - - - --- 2021-07-27 Taylor Blau Superseded
[v3,18/25] t5326: test multi-pack bitmap behavior multi-pack reachability bitmaps - - - --- 2021-07-27 Taylor Blau Superseded
[v3,17/25] t/helper/test-read-midx.c: add --checksum mode multi-pack reachability bitmaps - - - --- 2021-07-27 Taylor Blau Superseded
[v3,16/25] t5310: move some tests to lib-bitmap.sh multi-pack reachability bitmaps - - - --- 2021-07-27 Taylor Blau Superseded
[v3,15/25] pack-bitmap: write multi-pack bitmaps multi-pack reachability bitmaps - - - --- 2021-07-27 Taylor Blau Superseded
[v3,14/25] pack-bitmap: read multi-pack bitmaps multi-pack reachability bitmaps - - - --- 2021-07-27 Taylor Blau Superseded
[v3,13/25] pack-bitmap.c: avoid redundant calls to try_partial_reuse multi-pack reachability bitmaps - - - --- 2021-07-27 Taylor Blau Superseded
[v3,12/25] pack-bitmap.c: introduce 'bitmap_is_preferred_refname()' multi-pack reachability bitmaps - - - --- 2021-07-27 Taylor Blau Superseded
[v3,11/25] pack-bitmap.c: introduce 'nth_bitmap_object_oid()' multi-pack reachability bitmaps - - - --- 2021-07-27 Taylor Blau Superseded
[v3,10/25] pack-bitmap.c: introduce 'bitmap_num_objects()' multi-pack reachability bitmaps - - - --- 2021-07-27 Taylor Blau Superseded
[v3,09/25] midx: avoid opening multiple MIDXs when writing multi-pack reachability bitmaps - - - --- 2021-07-27 Taylor Blau Superseded
[v3,08/25] midx: close linked MIDXs, avoid leaking memory multi-pack reachability bitmaps - - - --- 2021-07-27 Taylor Blau Superseded
[v3,07/25] midx: infer preferred pack when not given one multi-pack reachability bitmaps - - - --- 2021-07-27 Taylor Blau Superseded
[v3,06/25] midx: reject empty `--preferred-pack`'s multi-pack reachability bitmaps - - - --- 2021-07-27 Taylor Blau Superseded
[v3,05/25] midx: clear auxiliary .rev after replacing the MIDX multi-pack reachability bitmaps - - - --- 2021-07-27 Taylor Blau Superseded
[v3,04/25] Documentation: describe MIDX-based bitmaps multi-pack reachability bitmaps - - - --- 2021-07-27 Taylor Blau Superseded
[v3,03/25] pack-bitmap-write.c: free existing bitmaps multi-pack reachability bitmaps - - - --- 2021-07-27 Taylor Blau Superseded
[v3,02/25] pack-bitmap-write.c: gracefully fail to write non-closed bitmaps multi-pack reachability bitmaps - - - --- 2021-07-27 Taylor Blau Superseded
[v3,01/25] pack-bitmap.c: harden 'test_bitmap_walk()' to check type bitmaps multi-pack reachability bitmaps - - - --- 2021-07-27 Taylor Blau Superseded
[v5,9/9] ssh signing: add documentation ssh signing: Add commit & tag signing/verification via SSH keys using ssh-keygen - - - --- 2021-07-27 Fabian Stelzer Superseded
[v5,8/9] ssh signing: add more tests for logs, tags & push certs ssh signing: Add commit & tag signing/verification via SSH keys using ssh-keygen - - - --- 2021-07-27 Fabian Stelzer Superseded
[v5,7/9] ssh signing: duplicate t7510 tests for commits ssh signing: Add commit & tag signing/verification via SSH keys using ssh-keygen - - - --- 2021-07-27 Fabian Stelzer Superseded
[v5,6/9] ssh signing: add test prereqs ssh signing: Add commit & tag signing/verification via SSH keys using ssh-keygen - - - --- 2021-07-27 Fabian Stelzer Superseded
[v5,5/9] ssh signing: parse ssh-keygen output and verify signatures ssh signing: Add commit & tag signing/verification via SSH keys using ssh-keygen - - - --- 2021-07-27 Fabian Stelzer Superseded
[v5,4/9] ssh signing: provide a textual representation of the signing key ssh signing: Add commit & tag signing/verification via SSH keys using ssh-keygen - - - --- 2021-07-27 Fabian Stelzer Superseded
[v5,3/9] ssh signing: retrieve a default key from ssh-agent ssh signing: Add commit & tag signing/verification via SSH keys using ssh-keygen - - - --- 2021-07-27 Fabian Stelzer Superseded
[v5,2/9] ssh signing: add ssh signature format and signing using ssh keys ssh signing: Add commit & tag signing/verification via SSH keys using ssh-keygen - - - --- 2021-07-27 Fabian Stelzer Superseded
[v5,1/9] ssh signing: preliminary refactoring and clean-up ssh signing: Add commit & tag signing/verification via SSH keys using ssh-keygen - - - --- 2021-07-27 Fabian Stelzer Superseded
[4/4] bundle: show progress on "unbundle" bundle: show progress on "unbundle" - - - --- 2021-07-27 Ævar Arnfjörð Bjarmason Superseded
[3/4] index-pack: add --progress-title option bundle: show progress on "unbundle" - - - --- 2021-07-27 Ævar Arnfjörð Bjarmason Superseded
[2/4] bundle API: change "flags" to be "extra_index_pack_args" bundle: show progress on "unbundle" - - - --- 2021-07-27 Ævar Arnfjörð Bjarmason Superseded
[1/4] bundle API: start writing API documentation bundle: show progress on "unbundle" - - - --- 2021-07-27 Ævar Arnfjörð Bjarmason Superseded
[v7,3/3] bundle doc: elaborate on rev<->ref restriction bundle doc: generalize & elaborate - - - --- 2021-07-27 Ævar Arnfjörð Bjarmason Superseded
[v7,2/3] bundle doc: elaborate on object prerequisites bundle doc: generalize & elaborate - - - --- 2021-07-27 Ævar Arnfjörð Bjarmason Superseded
[v7,1/3] bundle doc: rewrite the "DESCRIPTION" section bundle doc: generalize & elaborate - - - --- 2021-07-27 Ævar Arnfjörð Bjarmason Superseded
test-lib.sh: use GIT_TEST_COLUMNS over COLUMNS test-lib.sh: use GIT_TEST_COLUMNS over COLUMNS - - - --- 2021-07-26 Ævar Arnfjörð Bjarmason Superseded
[v4,11/11] refs/files: remove unused "errno != ENOTDIR" condition fix "git reflog expire" race & get rid of EISDIR in refs API - - - --- 2021-07-26 Ævar Arnfjörð Bjarmason Superseded
[v4,10/11] refs/files: remove unused "errno == EISDIR" code fix "git reflog expire" race & get rid of EISDIR in refs API - - - --- 2021-07-26 Ævar Arnfjörð Bjarmason Superseded
[v4,09/11] refs/files: remove unused "oid" in lock_ref_oid_basic() fix "git reflog expire" race & get rid of EISDIR in refs API - - - --- 2021-07-26 Ævar Arnfjörð Bjarmason Superseded
[v4,08/11] reflog expire: don't lock reflogs using previously seen OID fix "git reflog expire" race & get rid of EISDIR in refs API - - - --- 2021-07-26 Ævar Arnfjörð Bjarmason Superseded
[v4,07/11] refs/files: add a comment about refs_reflog_exists() call fix "git reflog expire" race & get rid of EISDIR in refs API - - - --- 2021-07-26 Ævar Arnfjörð Bjarmason Superseded
[v4,06/11] refs: make repo_dwim_log() accept a NULL oid fix "git reflog expire" race & get rid of EISDIR in refs API - - - --- 2021-07-26 Ævar Arnfjörð Bjarmason Superseded
[v4,05/11] refs/debug: re-indent argument list for "prepare" fix "git reflog expire" race & get rid of EISDIR in refs API - - - --- 2021-07-26 Ævar Arnfjörð Bjarmason Superseded
[v4,04/11] refs/files: remove unused "skip" in lock_raw_ref() too fix "git reflog expire" race & get rid of EISDIR in refs API - - - --- 2021-07-26 Ævar Arnfjörð Bjarmason Superseded
[v4,03/11] refs/files: remove unused "extras/skip" in lock_ref_oid_basic() fix "git reflog expire" race & get rid of EISDIR in refs API - - - --- 2021-07-26 Ævar Arnfjörð Bjarmason Superseded
[v4,02/11] refs/files: remove unused REF_DELETING in lock_ref_oid_basic() fix "git reflog expire" race & get rid of EISDIR in refs API - - - --- 2021-07-26 Ævar Arnfjörð Bjarmason Superseded
[v4,01/11] refs/packet: add missing BUG() invocations to reflog callbacks fix "git reflog expire" race & get rid of EISDIR in refs API - - - --- 2021-07-26 Ævar Arnfjörð Bjarmason Superseded
[3/3] diff --submodule=diff: Don't print failure message twice [1/3] Remove unused var - - - --- 2021-07-26 David Turner Superseded
[2/3] diff --submodule=diff: do not fail on ever-initialied deleted submodules [1/3] Remove unused var - - - --- 2021-07-26 David Turner Superseded
[1/3] Remove unused var [1/3] Remove unused var - - - --- 2021-07-26 David Turner Superseded
ci: run "apt-get update" before "apt-get install" ci: run "apt-get update" before "apt-get install" - - - --- 2021-07-26 Jeff King Accepted
[v4,5/5,GSOC] ref-filter: add %(rest) atom ref-filter: add %(raw) and %(rest) atoms - 1 - --- 2021-07-26 ZheNing Hu Accepted
[v4,4/5,GSOC] ref-filter: use non-const ref_format in *_atom_parser() ref-filter: add %(raw) and %(rest) atoms - - - --- 2021-07-26 ZheNing Hu Accepted
[v4,3/5,GSOC] ref-filter: --format=%(raw) support --perl ref-filter: add %(raw) and %(rest) atoms - 1 - --- 2021-07-26 ZheNing Hu Accepted
[v4,2/5,GSOC] ref-filter: add %(raw) atom ref-filter: add %(raw) and %(rest) atoms - 1 - --- 2021-07-26 ZheNing Hu Accepted
[v4,1/5,GSOC] ref-filter: add obj-type check in grab contents ref-filter: add %(raw) and %(rest) atoms - 1 - --- 2021-07-26 ZheNing Hu Accepted
[v2,12/12] reset: clear_unpack_trees_porcelain to plug leak [v2,01/12] fmt-merge-msg: free newly allocated temporary strings when done - - - --- 2021-07-25 Andrzej Hunt Accepted
[v2,11/12] builtin/rebase: fix options.strategy memory lifecycle [v2,01/12] fmt-merge-msg: free newly allocated temporary strings when done - - - --- 2021-07-25 Andrzej Hunt Accepted
[v2,10/12] builtin/merge: free found_ref when done [v2,01/12] fmt-merge-msg: free newly allocated temporary strings when done - - - --- 2021-07-25 Andrzej Hunt Accepted
[v2,09/12] builtin/mv: free or UNLEAK multiple pointers at end of cmd_mv [v2,01/12] fmt-merge-msg: free newly allocated temporary strings when done - - - --- 2021-07-25 Andrzej Hunt Accepted
[v2,08/12] convert: release strbuf to avoid leak [v2,01/12] fmt-merge-msg: free newly allocated temporary strings when done - - - --- 2021-07-25 Andrzej Hunt Accepted
[v2,07/12] read-cache: call diff_setup_done to avoid leak [v2,01/12] fmt-merge-msg: free newly allocated temporary strings when done - - - --- 2021-07-25 Andrzej Hunt Accepted
[v2,06/12] ref-filter: also free head for ATOM_HEAD to avoid leak [v2,01/12] fmt-merge-msg: free newly allocated temporary strings when done - - - --- 2021-07-25 Andrzej Hunt Accepted
[v2,05/12] diffcore-rename: move old_dir/new_dir definition to plug leak [v2,01/12] fmt-merge-msg: free newly allocated temporary strings when done - - - --- 2021-07-25 Andrzej Hunt Accepted
[v2,04/12] builtin/for-each-repo: remove unnecessary argv copy to plug leak [v2,01/12] fmt-merge-msg: free newly allocated temporary strings when done - - - --- 2021-07-25 Andrzej Hunt Accepted
[v2,03/12] builtin/submodule--helper: release unused strbuf to avoid leak [v2,01/12] fmt-merge-msg: free newly allocated temporary strings when done - - - --- 2021-07-25 Andrzej Hunt Accepted
[v2,02/12] environment: move strbuf into block to plug leak [v2,01/12] fmt-merge-msg: free newly allocated temporary strings when done - - - --- 2021-07-25 Andrzej Hunt Accepted
[v2,01/12] fmt-merge-msg: free newly allocated temporary strings when done [v2,01/12] fmt-merge-msg: free newly allocated temporary strings when done - - - --- 2021-07-25 Andrzej Hunt Accepted
[v3,5/5] interpolate_path(): allow specifying paths relative to the runtime prefix mingw: handle absolute paths in expand_user_path() - - - --- 2021-07-24 Johannes Schindelin Accepted
[v3,4/5] Use a better name for the function interpolating paths mingw: handle absolute paths in expand_user_path() - - - --- 2021-07-24 Johannes Schindelin Accepted
[v3,3/5] expand_user_path(): clarify the role of the `real_home` parameter mingw: handle absolute paths in expand_user_path() - - - --- 2021-07-24 Johannes Schindelin Accepted
[v3,2/5] expand_user_path(): remove stale part of the comment mingw: handle absolute paths in expand_user_path() - - - --- 2021-07-24 Johannes Schindelin Accepted
[v3,1/5] tests: exercise the RUNTIME_PREFIX feature mingw: handle absolute paths in expand_user_path() - - - --- 2021-07-24 Johannes Schindelin Accepted
[2/2] cache-tree: prefetch in partial clone read-tree Another partial clone prefetch - - - --- 2021-07-23 Jonathan Tan Accepted
[1/2] unpack-trees: refactor prefetching code Another partial clone prefetch - - - --- 2021-07-23 Jonathan Tan Accepted
[7/7] merge-ort: reuse path strings in pool_alloc_filespec Final optimization batch (#15): use memory pools - - - --- 2021-07-23 Elijah Newren Superseded
[6/7] merge-ort: store filepairs and filespecs in our mem_pool Final optimization batch (#15): use memory pools - - - --- 2021-07-23 Elijah Newren Superseded
[5/7] diffcore-rename, merge-ort: add wrapper functions for filepair alloc/dealloc Final optimization batch (#15): use memory pools - - - --- 2021-07-23 Elijah Newren Superseded
[4/7] merge-ort: switch our strmaps over to using memory pools Final optimization batch (#15): use memory pools - - - --- 2021-07-23 Elijah Newren Superseded
« 1 2 ... 148 149 150198 199 »