Show patches with: Archived = No       |   22357 patches
« 1 2 ... 207 208 209223 224 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v3,15/24] t5310: add branch-based checks pack-bitmap: bitmap generation improvements - - - --- 2020-12-08 Taylor Blau Superseded
[v3,14/24] commit: implement commit_list_contains() pack-bitmap: bitmap generation improvements - - - --- 2020-12-08 Taylor Blau Superseded
[v3,13/24] bitmap: implement bitmap_is_subset() pack-bitmap: bitmap generation improvements - - - --- 2020-12-08 Taylor Blau Superseded
[v3,12/24] pack-bitmap-write: fill bitmap with commit history pack-bitmap: bitmap generation improvements - - - --- 2020-12-08 Taylor Blau Superseded
[v3,11/24] pack-bitmap-write: pass ownership of intermediate bitmaps pack-bitmap: bitmap generation improvements - - - --- 2020-12-08 Taylor Blau Superseded
[v3,10/24] pack-bitmap-write: reimplement bitmap writing pack-bitmap: bitmap generation improvements - - - --- 2020-12-08 Taylor Blau Superseded
[v3,09/24] ewah: add bitmap_dup() function pack-bitmap: bitmap generation improvements - - - --- 2020-12-08 Taylor Blau Superseded
[v3,08/24] ewah: implement bitmap_or() pack-bitmap: bitmap generation improvements - - - --- 2020-12-08 Taylor Blau Superseded
[v3,07/24] ewah: make bitmap growth less aggressive pack-bitmap: bitmap generation improvements - - - --- 2020-12-08 Taylor Blau Superseded
[v3,06/24] ewah: factor out bitmap growth pack-bitmap: bitmap generation improvements - - - --- 2020-12-08 Taylor Blau Superseded
[v3,05/24] rev-list: die when --test-bitmap detects a mismatch pack-bitmap: bitmap generation improvements - - - --- 2020-12-08 Taylor Blau Superseded
[v3,04/24] t5310: drop size of truncated ewah bitmap pack-bitmap: bitmap generation improvements - - - --- 2020-12-08 Taylor Blau Superseded
[v3,03/24] pack-bitmap: bounds-check size of cache extension pack-bitmap: bitmap generation improvements - - - --- 2020-12-08 Taylor Blau Superseded
[v3,02/24] pack-bitmap: fix header size check pack-bitmap: bitmap generation improvements - - - --- 2020-12-08 Taylor Blau Superseded
[v3,01/24] ewah/ewah_bitmap.c: avoid open-coding ALLOC_GROW() pack-bitmap: bitmap generation improvements - - - --- 2020-12-08 Taylor Blau Superseded
[v2,9/9] commit-graph: use size_t for array allocation and indexing misc commit-graph and oid-array cleanups - - - --- 2020-12-07 Jeff King Accepted
[v2,8/9] commit-graph: replace packed_oid_list with oid_array misc commit-graph and oid-array cleanups - - - --- 2020-12-07 Jeff King Accepted
[v2,7/9] commit-graph: drop count_distinct_commits() function misc commit-graph and oid-array cleanups - - - --- 2020-12-07 Jeff King Accepted
[v2,6/9] oid-array: provide a for-loop iterator misc commit-graph and oid-array cleanups - - - --- 2020-12-07 Jeff King Accepted
[v2,5/9] oid-array: make sort function public misc commit-graph and oid-array cleanups - - - --- 2020-12-07 Jeff King Accepted
[v2,4/9] cache.h: move hash/oid functions to hash.h misc commit-graph and oid-array cleanups - - - --- 2020-12-07 Jeff King Accepted
[v2,3/9] t0064: make duplicate tests more robust misc commit-graph and oid-array cleanups - - - --- 2020-12-07 Jeff King Accepted
[v2,2/9] t0064: drop sha1 mention from filename misc commit-graph and oid-array cleanups - - - --- 2020-12-07 Jeff King Accepted
[v2,1/9] oid-array.h: drop sha1 mention from header guard misc commit-graph and oid-array cleanups - - - --- 2020-12-07 Jeff King Accepted
[v2] submodules: fix of regression on fetching of non-init subsub-repo [v2] submodules: fix of regression on fetching of non-init subsub-repo - - - --- 2020-12-07 Peter Kaestle Superseded
Makefile: conditionally include GIT-VERSION-FILE Makefile: conditionally include GIT-VERSION-FILE - - - --- 2020-12-07 Ramsay Jones Accepted
[v2,5/5] Makefile: don't use a versioned temp distribution directory speed up 'make clean' - - - --- 2020-12-07 Ramsay Jones Superseded
[v2,4/5] Makefile: don't try to clean old debian build product speed up 'make clean' - - - --- 2020-12-07 Ramsay Jones Superseded
[v2,3/5] gitweb/Makefile: conditionally include ../GIT-VERSION-FILE speed up 'make clean' - - - --- 2020-12-07 Ramsay Jones Superseded
[v2,2/5] Documentation/Makefile: conditionally include ../GIT-VERSION-FILE speed up 'make clean' - - - --- 2020-12-07 Ramsay Jones Superseded
[v2,1/5] Documentation/Makefile: conditionally include doc.dep speed up 'make clean' - - - --- 2020-12-07 Ramsay Jones Superseded
[v4,2/2] rev-parse: add option for absolute or relative path formatting rev-parse options for absolute or relative paths - - - --- 2020-12-06 brian m. carlson Superseded
[v4,1/2] abspath: add a function to resolve paths with missing components rev-parse options for absolute or relative paths - - - --- 2020-12-06 brian m. carlson Superseded
t7064: avoid relying on a specific default branch name t7064: avoid relying on a specific default branch name - - - --- 2020-12-06 Johannes Schindelin Superseded
t6300: avoid using the default name of the initial branch t6300: avoid using the default name of the initial branch - - - --- 2020-12-06 Johannes Schindelin Accepted
[7/7] Accelerate rename_dst setup diffcore-rename improvements - - - --- 2020-12-06 Elijah Newren Superseded
[6/7] diffcore-rename: simplify and accelerate register_rename_src() diffcore-rename improvements - - - --- 2020-12-06 Elijah Newren Superseded
[5/7] diffcore-rename: reduce jumpiness in progress counters diffcore-rename improvements - - - --- 2020-12-06 Elijah Newren Superseded
[4/7] diffcore-rename: change a few comments to use 'add' instead of 'create' diffcore-rename improvements - - - --- 2020-12-06 Elijah Newren Superseded
[3/7] diffcore-rename: rename num_create to num_targets diffcore-rename improvements - - - --- 2020-12-06 Elijah Newren Superseded
[2/7] diffcore-rename: remove unnecessary if-clause diffcore-rename improvements - - - --- 2020-12-06 Elijah Newren Superseded
[1/7] diffcore-rename: avoid usage of global in too_many_rename_candidates() diffcore-rename improvements - - - --- 2020-12-06 Elijah Newren Superseded
[v2,5/5] pretty format %(trailers): add a "key_value_separator" pretty format %(trailers): improve machine readability - - - --- 2020-12-06 Ævar Arnfjörð Bjarmason Superseded
[v2,4/5] pretty format %(trailers): add a "keyonly" pretty format %(trailers): improve machine readability - - - --- 2020-12-06 Ævar Arnfjörð Bjarmason Superseded
[v2,3/5] pretty-format %(trailers): fix broken standalone "valueonly" pretty format %(trailers): improve machine readability - - - --- 2020-12-06 Ævar Arnfjörð Bjarmason Superseded
[v2,2/5] pretty format %(trailers) doc: avoid repetition pretty format %(trailers): improve machine readability - - - --- 2020-12-06 Ævar Arnfjörð Bjarmason Superseded
[v2,1/5] pretty format %(trailers) test: split a long line pretty format %(trailers): improve machine readability - - - --- 2020-12-06 Ævar Arnfjörð Bjarmason Superseded
[v3,16/16] pull: trivial memory fix [v3,01/16] doc: pull: explain what is a fast-forward - - - --- 2020-12-05 Felipe Contreras Superseded
[v3,15/16] test: pull-options: revert unnecessary changes [v3,01/16] doc: pull: explain what is a fast-forward - - - --- 2020-12-05 Felipe Contreras Superseded
[v3,14/16] test: merge-pull-config: trivial cleanup [v3,01/16] doc: pull: explain what is a fast-forward - - - --- 2020-12-05 Felipe Contreras Superseded
[v3,13/16] pull: add proper error with --ff-only [v3,01/16] doc: pull: explain what is a fast-forward - - - --- 2020-12-05 Felipe Contreras Superseded
[v3,12/16] pull: move configurations fetches [v3,01/16] doc: pull: explain what is a fast-forward - - - --- 2020-12-05 Felipe Contreras Superseded
[v3,11/16] rebase: add REBASE_DEFAULT [v3,01/16] doc: pull: explain what is a fast-forward - - - --- 2020-12-05 Felipe Contreras Superseded
[v3,10/16] pull: show warning with --ff [v3,01/16] doc: pull: explain what is a fast-forward - - - --- 2020-12-05 Felipe Contreras Superseded
[v3,09/16] pull: introduce --merge option [v3,01/16] doc: pull: explain what is a fast-forward - - - --- 2020-12-05 Felipe Contreras Superseded
[v3,08/16] pull: trivial whitespace style fix [v3,01/16] doc: pull: explain what is a fast-forward - - - --- 2020-12-05 Felipe Contreras Superseded
[v3,07/16] pull: display default warning only when non-ff [v3,01/16] doc: pull: explain what is a fast-forward - - - --- 2020-12-05 Felipe Contreras Superseded
[v3,06/16] pull: move default warning [v3,01/16] doc: pull: explain what is a fast-forward - - - --- 2020-12-05 Felipe Contreras Superseded
[v3,05/16] pull: trivial cleanup [v3,01/16] doc: pull: explain what is a fast-forward - - - --- 2020-12-05 Felipe Contreras Superseded
[v3,04/16] pull: cleanup autostash check [v3,01/16] doc: pull: explain what is a fast-forward - 1 - --- 2020-12-05 Felipe Contreras Superseded
[v3,03/16] pull: refactor fast-forward check [v3,01/16] doc: pull: explain what is a fast-forward - - - --- 2020-12-05 Felipe Contreras Superseded
[v3,02/16] pull: improve default warning [v3,01/16] doc: pull: explain what is a fast-forward - - - --- 2020-12-05 Felipe Contreras Superseded
[v3,01/16] doc: pull: explain what is a fast-forward [v3,01/16] doc: pull: explain what is a fast-forward - - - --- 2020-12-05 Felipe Contreras Superseded
completion: bash: fix gitk alias regression completion: bash: fix gitk alias regression - - - --- 2020-12-05 Felipe Contreras Accepted
[17/17] hooks: allow callers to capture output propose config-based hooks (part I) - - - --- 2020-12-05 Emily Shaffer Superseded
[16/17] run-command: allow capturing of collated output propose config-based hooks (part I) - - - --- 2020-12-05 Emily Shaffer Superseded
[15/17] hook: provide stdin by string_list or callback propose config-based hooks (part I) - - - --- 2020-12-05 Emily Shaffer Superseded
[14/17] run-command: add stdin callback for parallelization propose config-based hooks (part I) - - - --- 2020-12-05 Emily Shaffer Superseded
[13/17] hook: allow specifying working directory for hooks propose config-based hooks (part I) - - - --- 2020-12-05 Emily Shaffer Superseded
[12/17] hook: allow parallel hook execution propose config-based hooks (part I) - - - --- 2020-12-05 Emily Shaffer Superseded
[11/17] run-command: allow stdin for run_processes_parallel propose config-based hooks (part I) - - - --- 2020-12-05 Emily Shaffer Superseded
[10/17] hook: support passing stdin to hooks propose config-based hooks (part I) - - - --- 2020-12-05 Emily Shaffer Superseded
[09/17] hook: replace find_hook() with hook_exists() propose config-based hooks (part I) - - - --- 2020-12-05 Emily Shaffer Superseded
[08/17] hook: add 'run' subcommand propose config-based hooks (part I) - - - --- 2020-12-05 Emily Shaffer Superseded
[07/17] parse-options: parse into strvec propose config-based hooks (part I) - - - --- 2020-12-05 Emily Shaffer Superseded
[06/17] hook: implement hookcmd.<name>.skip propose config-based hooks (part I) - - - --- 2020-12-05 Emily Shaffer Superseded
[05/17] hook: respect hook.runHookDir propose config-based hooks (part I) - - - --- 2020-12-05 Emily Shaffer Superseded
[04/17] hook: include hookdir hook in list propose config-based hooks (part I) - - - --- 2020-12-05 Emily Shaffer Superseded
[03/17] hook: add list command propose config-based hooks (part I) - - - --- 2020-12-05 Emily Shaffer Superseded
[02/17] hook: scaffolding for git-hook subcommand propose config-based hooks (part I) - - - --- 2020-12-05 Emily Shaffer Superseded
[01/17] doc: propose hooks managed by the config propose config-based hooks (part I) - - - --- 2020-12-05 Emily Shaffer Superseded
cmake: determine list of extra built-ins dynamically cmake: determine list of extra built-ins dynamically - - - --- 2020-12-04 Johannes Schindelin Accepted
[9/9] commit-graph: use size_t for array allocation and indexing misc commit-graph and oid-array cleanups - - - --- 2020-12-04 Jeff King Superseded
[8/9] commit-graph: replace packed_oid_list with oid_array misc commit-graph and oid-array cleanups - - - --- 2020-12-04 Jeff King Superseded
[7/9] commit-graph: drop count_distinct_commits() function misc commit-graph and oid-array cleanups - - - --- 2020-12-04 Jeff King Superseded
[6/9] oid-array: provide a for-loop iterator misc commit-graph and oid-array cleanups - - - --- 2020-12-04 Jeff King Superseded
[5/9] oid-array: make sort function public misc commit-graph and oid-array cleanups - - - --- 2020-12-04 Jeff King Superseded
[4/9] cache.h: move hash/oid functions to hash.h misc commit-graph and oid-array cleanups - - - --- 2020-12-04 Jeff King Superseded
[3/9] t0064: make duplicate tests more robust misc commit-graph and oid-array cleanups - - - --- 2020-12-04 Jeff King Superseded
[2/9] t0064: drop sha1 mention from filename misc commit-graph and oid-array cleanups - - - --- 2020-12-04 Jeff King Superseded
[1/9] oid-array.h: drop sha1 mention from header guard misc commit-graph and oid-array cleanups - - - --- 2020-12-04 Jeff King Superseded
submodules: fix of regression on fetching of non-init subsub-repo submodules: fix of regression on fetching of non-init subsub-repo - - - --- 2020-12-04 Peter Kaestle Superseded
diff-filter can't identify renaming if not done directly diff-filter can't identify renaming if not done directly - - - --- 2020-12-04 Sofia Syria Accepted
[2/2] t5526: drop the prereq expecting the default branch name `main` Make t5526 independent of the default branch name - - - --- 2020-12-04 Johannes Schindelin Accepted
[1/2] t5526: avoid depending on a specific default branch name Make t5526 independent of the default branch name - - - --- 2020-12-04 Johannes Schindelin Accepted
ci(vs-build): stop passing the iconv library location explicitly ci(vs-build): stop passing the iconv library location explicitly - - - --- 2020-12-04 Dennis Ameling Accepted
[2/2] upload-pack.c: don't free allowed_filters util pointers upload-pack.c: fix partial clone allowed filter regression - - - --- 2020-12-03 Taylor Blau Accepted
[1/2] builtin/clone.c: don't ignore transport_fetch_refs() errors upload-pack.c: fix partial clone allowed filter regression - - - --- 2020-12-03 Taylor Blau Accepted
upload-pack: propagate return value from object filter config callback upload-pack: propagate return value from object filter config callback - - - --- 2020-12-03 Jeff King Accepted
style: indent multiline "if" conditions by 4 spaces style: indent multiline "if" conditions by 4 spaces - - - --- 2020-12-03 Jeff King Accepted
« 1 2 ... 207 208 209223 224 »