wt-status: don't show divergence advice when committing
Alex Henrie committed about 3 years ago
packfile.c: prevent overflow in `nth_packed_object_id()`
Taylor Blau committed about 3 years ago
builtin/repack.c: avoid dir traversal in `collect_pack_filenames()`
Taylor Blau committed about 3 years ago
builtin/repack.c: only repack `.pack`s that exist
Derrick Stolee committed about 3 years ago
ls-refs.c: avoid enumerating hidden refs where possible
Taylor Blau committed about 3 years ago
upload-pack.c: avoid enumerating hidden refs where possible
Taylor Blau committed about 3 years ago
builtin/receive-pack.c: avoid enumerating hidden references
Taylor Blau committed about 3 years ago
refs.h: implement `hidden_refs_to_excludes()`
Taylor Blau committed about 3 years ago
refs.h: let `for_each_namespaced_ref()` take excluded patterns
Taylor Blau committed about 3 years ago
revision.h: store hidden refs in a `strvec`
Taylor Blau committed about 3 years ago
refs/packed-backend.c: add trace2 counters for jump list
Taylor Blau committed about 3 years ago
refs/packed-backend.c: implement jump lists to avoid excluded pattern(s)
Taylor Blau committed about 3 years ago
refs/packed-backend.c: refactor `find_reference_location()`
Taylor Blau committed about 3 years ago
refs: plumb `exclude_patterns` argument throughout
Taylor Blau committed about 3 years ago
builtin/for-each-ref.c: add `--exclude` option
Taylor Blau committed about 3 years ago
ref-filter.c: parameterize match functions over patterns
Jeff King committed about 3 years ago
ref-filter: add `ref_filter_clear()`
Jeff King committed about 3 years ago
ref-filter: clear reachable list pointers after freeing
Jeff King committed about 3 years ago
ref-filter.h: provide `REF_FILTER_INIT`
Jeff King committed about 3 years ago
Jeff King committed about 3 years ago