Show patches with: Submitter = Taylor Blau       |   1659 patches
« 1 2 ... 5 6 716 17 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v5,01/16] refs.c: rename `ref_filter` refs: implement jump lists for packed backend - - - --- 2023-07-10 Taylor Blau Accepted
[2/2] builtin/repack.c: avoid dir traversal in `collect_pack_filenames()` repack: make `collect_pack_filenames()` consistent - - - --- 2023-07-10 Taylor Blau Superseded
[1/2] builtin/repack.c: only repack `.pack`s that exist repack: make `collect_pack_filenames()` consistent - - - --- 2023-07-10 Taylor Blau Superseded
[6/6] commit-graph.c: avoid duplicated progress output during `verify` fsck: squelch progress output with `--no-progress` - - - --- 2023-07-08 Taylor Blau New
[5/6] commit-graph.c: pass progress to `verify_one_commit_graph()` fsck: squelch progress output with `--no-progress` - - - --- 2023-07-08 Taylor Blau Accepted
[4/6] commit-graph.c: iteratively verify commit-graph chains fsck: squelch progress output with `--no-progress` - - - --- 2023-07-08 Taylor Blau Accepted
[3/6] commit-graph.c: extract `verify_one_commit_graph()` fsck: squelch progress output with `--no-progress` - - - --- 2023-07-08 Taylor Blau Accepted
[2/6] fsck: suppress MIDX output with `--no-progress` fsck: squelch progress output with `--no-progress` - - - --- 2023-07-08 Taylor Blau Accepted
[1/6] fsck: suppress commit-graph output with `--no-progress` fsck: squelch progress output with `--no-progress` - - - --- 2023-07-08 Taylor Blau Accepted
[v2] t7701: make annotated tag unreachable [v2] t7701: make annotated tag unreachable - - - --- 2023-06-24 Taylor Blau New
t7701: make annotated tag unreachable t7701: make annotated tag unreachable - - - --- 2023-06-21 Taylor Blau Superseded
[v4,16/16] ls-refs.c: avoid enumerating hidden refs where possible refs: implement jump lists for packed backend - - - --- 2023-06-20 Taylor Blau Superseded
[v4,15/16] upload-pack.c: avoid enumerating hidden refs where possible refs: implement jump lists for packed backend - - - --- 2023-06-20 Taylor Blau Superseded
[v4,14/16] builtin/receive-pack.c: avoid enumerating hidden references refs: implement jump lists for packed backend - - - --- 2023-06-20 Taylor Blau Superseded
[v4,13/16] refs.h: let `for_each_namespaced_ref()` take excluded patterns refs: implement jump lists for packed backend - - - --- 2023-06-20 Taylor Blau Superseded
[v4,12/16] refs/packed-backend.c: ignore complicated hidden refs rules refs: implement jump lists for packed backend - - - --- 2023-06-20 Taylor Blau Superseded
[v4,11/16] revision.h: store hidden refs in a `strvec` refs: implement jump lists for packed backend - - - --- 2023-06-20 Taylor Blau Superseded
[v4,10/16] refs/packed-backend.c: add trace2 counters for jump list refs: implement jump lists for packed backend - - - --- 2023-06-20 Taylor Blau Superseded
[v4,09/16] refs/packed-backend.c: implement jump lists to avoid excluded pattern(s) refs: implement jump lists for packed backend - - - --- 2023-06-20 Taylor Blau Superseded
[v4,08/16] refs/packed-backend.c: refactor `find_reference_location()` refs: implement jump lists for packed backend - - - --- 2023-06-20 Taylor Blau Superseded
[v4,07/16] refs: plumb `exclude_patterns` argument throughout refs: implement jump lists for packed backend - - - --- 2023-06-20 Taylor Blau Superseded
[v4,06/16] builtin/for-each-ref.c: add `--exclude` option refs: implement jump lists for packed backend - - - --- 2023-06-20 Taylor Blau Superseded
[v4,05/16] ref-filter.c: parameterize match functions over patterns refs: implement jump lists for packed backend - - - --- 2023-06-20 Taylor Blau Superseded
[v4,04/16] ref-filter: add `ref_filter_clear()` refs: implement jump lists for packed backend - - - --- 2023-06-20 Taylor Blau Superseded
[v4,03/16] ref-filter: clear reachable list pointers after freeing refs: implement jump lists for packed backend - - - --- 2023-06-20 Taylor Blau Superseded
[v4,02/16] ref-filter.h: provide `REF_FILTER_INIT` refs: implement jump lists for packed backend - - - --- 2023-06-20 Taylor Blau Superseded
[v4,01/16] refs.c: rename `ref_filter` refs: implement jump lists for packed backend - - - --- 2023-06-20 Taylor Blau Superseded
[v4,3/3] pack-bitmap.c: use commit boundary during bitmap traversal pack-bitmap: boundary-based bitmap traversal - - - --- 2023-06-08 Taylor Blau Accepted
[v4,2/3] pack-bitmap.c: extract `fill_in_bitmap()` pack-bitmap: boundary-based bitmap traversal - - - --- 2023-06-08 Taylor Blau Accepted
[v4,1/3] object: add object_array initializer helper function pack-bitmap: boundary-based bitmap traversal - - - --- 2023-06-08 Taylor Blau Accepted
[2/2] shortlog: introduce `--email-only` to only show emails shortlog: introduce --email-only, --group-filter options - - - --- 2023-06-07 Taylor Blau New
[1/2] shortlog: introduce `--group-filter` to restrict output shortlog: introduce --email-only, --group-filter options - - - --- 2023-06-07 Taylor Blau New
pack-bitmap.c: gracefully degrade on failure to load MIDX'd pack pack-bitmap.c: gracefully degrade on failure to load MIDX'd pack - - - --- 2023-06-07 Taylor Blau Accepted
[v5,2/2] gc: introduce `gc.recentObjectsHook` gc: introduce `gc.recentObjectsHook` - - - --- 2023-06-07 Taylor Blau Accepted
[v5,1/2] reachable.c: extract `obj_is_recent()` gc: introduce `gc.recentObjectsHook` - - - --- 2023-06-07 Taylor Blau Accepted
[v3,16/16] ls-refs.c: avoid enumerating hidden refs where possible refs: implement jump lists for packed backend - - - --- 2023-06-07 Taylor Blau Superseded
[v3,15/16] upload-pack.c: avoid enumerating hidden refs where possible refs: implement jump lists for packed backend - - - --- 2023-06-07 Taylor Blau Superseded
[v3,14/16] builtin/receive-pack.c: avoid enumerating hidden references refs: implement jump lists for packed backend - - - --- 2023-06-07 Taylor Blau Superseded
[v3,13/16] refs.h: let `for_each_namespaced_ref()` take excluded patterns refs: implement jump lists for packed backend - - - --- 2023-06-07 Taylor Blau Superseded
[v3,12/16] refs/packed-backend.c: ignore complicated hidden refs rules refs: implement jump lists for packed backend - - - --- 2023-06-07 Taylor Blau Superseded
[v3,11/16] revision.h: store hidden refs in a `strvec` refs: implement jump lists for packed backend - - - --- 2023-06-07 Taylor Blau Superseded
[v3,10/16] refs/packed-backend.c: add trace2 counters for jump list refs: implement jump lists for packed backend - - - --- 2023-06-07 Taylor Blau Superseded
[v3,09/16] refs/packed-backend.c: implement jump lists to avoid excluded pattern(s) refs: implement jump lists for packed backend - - - --- 2023-06-07 Taylor Blau Superseded
[v3,08/16] refs/packed-backend.c: refactor `find_reference_location()` refs: implement jump lists for packed backend - - - --- 2023-06-07 Taylor Blau Superseded
[v3,07/16] refs: plumb `exclude_patterns` argument throughout refs: implement jump lists for packed backend - - - --- 2023-06-07 Taylor Blau Superseded
[v3,06/16] builtin/for-each-ref.c: add `--exclude` option refs: implement jump lists for packed backend - - - --- 2023-06-07 Taylor Blau Superseded
[v3,05/16] ref-filter.c: parameterize match functions over patterns refs: implement jump lists for packed backend - - - --- 2023-06-07 Taylor Blau Superseded
[v3,04/16] ref-filter: add `ref_filter_clear()` refs: implement jump lists for packed backend - - - --- 2023-06-07 Taylor Blau Superseded
[v3,03/16] ref-filter: clear reachable list pointers after freeing refs: implement jump lists for packed backend - - - --- 2023-06-07 Taylor Blau Superseded
[v3,02/16] ref-filter.h: provide `REF_FILTER_INIT` refs: implement jump lists for packed backend - - - --- 2023-06-07 Taylor Blau Superseded
[v3,01/16] refs.c: rename `ref_filter` refs: implement jump lists for packed backend - - - --- 2023-06-07 Taylor Blau Superseded
builtin/repack.c: only collect fully-formed packs builtin/repack.c: only collect fully-formed packs - - - --- 2023-06-07 Taylor Blau Accepted
[v3] builtin/submodule--helper.c: handle missing submodule URLs [v3] builtin/submodule--helper.c: handle missing submodule URLs - - - --- 2023-05-24 Taylor Blau Accepted
[v2] builtin/submodule--helper.c: handle missing submodule URLs [v2] builtin/submodule--helper.c: handle missing submodule URLs - - - --- 2023-05-24 Taylor Blau Superseded
builtin/submodule--helper.c: handle missing submodule URLs builtin/submodule--helper.c: handle missing submodule URLs - - - --- 2023-05-24 Taylor Blau Superseded
run-command.c: fix missing include under `NO_PTHREADS` run-command.c: fix missing include under `NO_PTHREADS` - - - --- 2023-05-16 Taylor Blau Accepted
[v4,2/2] gc: introduce `gc.recentObjectsHook` gc: introduce `gc.recentObjectsHook` - - - --- 2023-05-16 Taylor Blau Superseded
[v4,1/2] reachable.c: extract `obj_is_recent()` gc: introduce `gc.recentObjectsHook` - - - --- 2023-05-16 Taylor Blau Superseded
[v2,16/16] ls-refs.c: avoid enumerating hidden refs where possible refs: implement jump lists for packed backend - - - --- 2023-05-15 Taylor Blau Superseded
[v2,15/16] upload-pack.c: avoid enumerating hidden refs where possible refs: implement jump lists for packed backend - - - --- 2023-05-15 Taylor Blau Superseded
[v2,14/16] builtin/receive-pack.c: avoid enumerating hidden references refs: implement jump lists for packed backend - - - --- 2023-05-15 Taylor Blau Superseded
[v2,13/16] refs.h: let `for_each_namespaced_ref()` take excluded patterns refs: implement jump lists for packed backend - - - --- 2023-05-15 Taylor Blau Superseded
[v2,12/16] refs/packed-backend.c: ignore complicated hidden refs rules refs: implement jump lists for packed backend - - - --- 2023-05-15 Taylor Blau Superseded
[v2,11/16] revision.h: store hidden refs in a `strvec` refs: implement jump lists for packed backend - - - --- 2023-05-15 Taylor Blau Superseded
[v2,10/16] refs/packed-backend.c: add trace2 counters for jump list refs: implement jump lists for packed backend - - - --- 2023-05-15 Taylor Blau Superseded
[v2,09/16] refs/packed-backend.c: implement jump lists to avoid excluded pattern(s) refs: implement jump lists for packed backend - - - --- 2023-05-15 Taylor Blau Superseded
[v2,08/16] refs/packed-backend.c: refactor `find_reference_location()` refs: implement jump lists for packed backend - - - --- 2023-05-15 Taylor Blau Superseded
[v2,07/16] refs: plumb `exclude_patterns` argument throughout refs: implement jump lists for packed backend - - - --- 2023-05-15 Taylor Blau Superseded
[v2,06/16] builtin/for-each-ref.c: add `--exclude` option refs: implement jump lists for packed backend - - - --- 2023-05-15 Taylor Blau Superseded
[v2,05/16] ref-filter.c: parameterize match functions over patterns refs: implement jump lists for packed backend - - - --- 2023-05-15 Taylor Blau Superseded
[v2,04/16] ref-filter: add `ref_filter_clear()` refs: implement jump lists for packed backend - - - --- 2023-05-15 Taylor Blau Superseded
[v2,03/16] ref-filter: clear reachable list pointers after freeing refs: implement jump lists for packed backend - - - --- 2023-05-15 Taylor Blau Superseded
[v2,02/16] ref-filter.h: provide `REF_FILTER_INIT` refs: implement jump lists for packed backend - - - --- 2023-05-15 Taylor Blau Superseded
[v2,01/16] refs.c: rename `ref_filter` refs: implement jump lists for packed backend - - - --- 2023-05-15 Taylor Blau Superseded
[v3,2/2] builtin/pack-objects.c: introduce `pack.recentObjectsHook` pack-objects: introduce `pack.extraRecentObjectsHook` - - - --- 2023-05-11 Taylor Blau New
[v3,1/2] reachable.c: extract `obj_is_recent()` pack-objects: introduce `pack.extraRecentObjectsHook` - - - --- 2023-05-11 Taylor Blau Accepted
[15/15] builtin/receive-pack.c: avoid enumerating hidden references refs: implement skip lists for packed backend - - - --- 2023-05-08 Taylor Blau New
[14/15] upload-pack.c: avoid enumerating hidden refs where possible refs: implement skip lists for packed backend - - - --- 2023-05-08 Taylor Blau New
[13/15] refs.h: let `for_each_namespaced_ref()` take excluded patterns refs: implement skip lists for packed backend - - - --- 2023-05-08 Taylor Blau New
[12/15] refs/packed-backend.c: ignore complicated hidden refs rules refs: implement skip lists for packed backend - - - --- 2023-05-08 Taylor Blau New
[11/15] revision.h: store hidden refs in a `strvec` refs: implement skip lists for packed backend - - - --- 2023-05-08 Taylor Blau New
[10/15] refs/packed-backend.c: add trace2 counters for skip list refs: implement skip lists for packed backend - - - --- 2023-05-08 Taylor Blau New
[09/15] refs/packed-backend.c: implement skip lists to avoid excluded pattern(s) refs: implement skip lists for packed backend - - - --- 2023-05-08 Taylor Blau New
[08/15] refs/packed-backend.c: refactor `find_reference_location()` refs: implement skip lists for packed backend - - - --- 2023-05-08 Taylor Blau New
[07/15] refs: plumb `exclude_patterns` argument throughout refs: implement skip lists for packed backend - - - --- 2023-05-08 Taylor Blau New
[06/15] builtin/for-each-ref.c: add `--exclude` option refs: implement skip lists for packed backend - - - --- 2023-05-08 Taylor Blau New
[05/15] ref-filter.c: parameterize match functions over patterns refs: implement skip lists for packed backend - - - --- 2023-05-08 Taylor Blau New
[04/15] ref-filter: add ref_filter_clear() refs: implement skip lists for packed backend - - - --- 2023-05-08 Taylor Blau New
[03/15] ref-filter: clear reachable list pointers after freeing refs: implement skip lists for packed backend - - - --- 2023-05-08 Taylor Blau Accepted
[02/15] ref-filter.h: provide `REF_FILTER_INIT` refs: implement skip lists for packed backend - - - --- 2023-05-08 Taylor Blau Accepted
[01/15] refs.c: rename `ref_filter` refs: implement skip lists for packed backend - - - --- 2023-05-08 Taylor Blau Accepted
[v3,3/3] pack-bitmap.c: use commit boundary during bitmap traversal pack-bitmap: boundary-based bitmap traversal - - - --- 2023-05-08 Taylor Blau Accepted
[v3,2/3] pack-bitmap.c: extract `fill_in_bitmap()` pack-bitmap: boundary-based bitmap traversal - - - --- 2023-05-08 Taylor Blau Accepted
[v3,1/3] object: add object_array initializer helper function pack-bitmap: boundary-based bitmap traversal - - - --- 2023-05-08 Taylor Blau Accepted
[v2,2/2] pack-bitmap.c: use commit boundary during bitmap traversal pack-bitmap: boundary-based bitmap traversal - - - --- 2023-05-05 Taylor Blau Superseded
[v2,1/2] pack-bitmap.c: extract `fill_in_bitmap()` pack-bitmap: boundary-based bitmap traversal - - - --- 2023-05-05 Taylor Blau Superseded
[v3] builtin/pack-objects.c: introduce `pack.extraCruftTips` [v3] builtin/pack-objects.c: introduce `pack.extraCruftTips` - - - --- 2023-05-03 Taylor Blau New
[v2] builtin/pack-objects.c: introduce `pack.extraCruftTips` [v2] builtin/pack-objects.c: introduce `pack.extraCruftTips` - - - --- 2023-05-03 Taylor Blau Superseded
[7/7] contrib/credential: embiggen fixed-size buffer in wincred contrib/credential: avoid protocol injection attacks - - 1 --- 2023-05-01 Taylor Blau New
[6/7] contrib/credential: avoid fixed-size buffer in libsecret contrib/credential: avoid protocol injection attacks - - 1 --- 2023-05-01 Taylor Blau Accepted
« 1 2 ... 5 6 716 17 »