summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-07-14packfile.c: use checked arithmetic in `nth_packed_object_offset()`Taylor Blau1-4/+5
2023-07-14packfile.c: prevent overflow in `load_idx()`Taylor Blau2-2/+2
2023-07-13t/helper: mark unused callback void data parametersJeff King2-2/+2
2023-07-13tag: mark unused parameters in each_tag_name_fn callbacksJeff King1-2/+2
2023-07-13rev-parse: mark unused parameter in for_each_abbrev callbackJeff King1-1/+1
2023-07-13replace: mark unused parameter in each_mergetag_fn callbackJeff King1-1/+1
2023-07-13replace: mark unused parameter in ref callbackJeff King1-1/+1
2023-07-13merge-tree: mark unused parameter in traverse callbackJeff King1-1/+3
2023-07-13fsck: mark unused parameters in various fsck callbacksJeff King6-18/+20
2023-07-13revisions: drop unused "opt" parameter in "tweak" callbacksJeff King4-7/+5
2023-07-13count-objects: mark unused parameter in alternates callbackJeff King1-1/+1
2023-07-13am: mark unused keep_cr parametersJeff King1-2/+2
2023-07-13http-push: mark unused parameter in xml callbackJeff King1-1/+1
2023-07-13http: mark unused parameters in curl callbacksJeff King1-3/+6
2023-07-13do_for_each_ref_helper(): mark unused repository parameterJeff King1-1/+1
2023-07-13test-ref-store: drop unimplemented reflog-expire commandJeff King1-6/+0
2023-07-13i18n: mark more bundle.c strings for translationD. Ben Knoble1-2/+2
2023-07-13push: don't imply that integration is always required before pushingAlex Henrie1-12/+12
2023-07-13remote: don't imply that integration is always required before pushingAlex Henrie2-20/+20
2023-07-13wt-status: don't show divergence advice when committingAlex Henrie5-11/+13
2023-07-12packfile.c: prevent overflow in `nth_packed_object_id()`Taylor Blau1-2/+2
2023-07-11builtin/repack.c: avoid dir traversal in `collect_pack_filenames()`Taylor Blau1-26/+15
2023-07-11builtin/repack.c: only repack `.pack`s that existDerrick Stolee2-1/+38
2023-07-10ls-refs.c: avoid enumerating hidden refs where possibleTaylor Blau1-1/+2
2023-07-10upload-pack.c: avoid enumerating hidden refs where possibleTaylor Blau1-6/+31
2023-07-10builtin/receive-pack.c: avoid enumerating hidden referencesTaylor Blau1-1/+3
2023-07-10refs.h: implement `hidden_refs_to_excludes()`Taylor Blau2-0/+30
2023-07-10refs.h: let `for_each_namespaced_ref()` take excluded patternsTaylor Blau4-7/+13
2023-07-10revision.h: store hidden refs in a `strvec`Taylor Blau7-20/+22
2023-07-10refs/packed-backend.c: add trace2 counters for jump listTaylor Blau4-19/+49
2023-07-10refs/packed-backend.c: implement jump lists to avoid excluded pattern(s)Taylor Blau5-8/+276
2023-07-10refs/packed-backend.c: refactor `find_reference_location()`Taylor Blau1-16/+22
2023-07-10refs: plumb `exclude_patterns` argument throughoutTaylor Blau9-26/+42
2023-07-10builtin/for-each-ref.c: add `--exclude` optionTaylor Blau5-0/+62
2023-07-10ref-filter.c: parameterize match functions over patternsJeff King1-8/+10
2023-07-10ref-filter: add `ref_filter_clear()`Jeff King7-2/+24
2023-07-10ref-filter: clear reachable list pointers after freeingJeff King1-7/+7
2023-07-10ref-filter.h: provide `REF_FILTER_INIT`Jeff King5-7/+7
2023-07-10refs.c: rename `ref_filter`Jeff King1-7/+8
2023-07-10doc: gitcredentials: link to helper listM Hickford1-0/+11
2023-07-10commit-graph.c: avoid duplicated progress output during `verify`Taylor Blau2-11/+19
2023-07-10commit-graph.c: pass progress to `verify_one_commit_graph()`Taylor Blau1-8/+9
2023-07-10commit-graph.c: iteratively verify commit-graph chainsTaylor Blau1-4/+5
2023-07-10commit-graph.c: extract `verify_one_commit_graph()`Taylor Blau1-8/+16
2023-07-10fsck: suppress MIDX output with `--no-progress`Taylor Blau2-0/+16
2023-07-10fsck: suppress commit-graph output with `--no-progress`Taylor Blau2-0/+14
2023-07-08dir: match "attr" pathspec magic with correct pathsJunio C Hamano2-2/+24
2023-07-08The ninth batchJunio C Hamano1-0/+7
2023-07-08Merge branch 'jk/fsck-indices-in-worktrees'Junio C Hamano2-4/+4
2023-07-08Merge branch 'js/empty-index-fixes'Junio C Hamano3-11/+22