summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2023-07-13rev-parse: mark unused parameter in for_each_abbrev callbackJeff King-1/+1
2023-07-13replace: mark unused parameter in each_mergetag_fn callbackJeff King-1/+1
2023-07-13replace: mark unused parameter in ref callbackJeff King-1/+1
2023-07-13merge-tree: mark unused parameter in traverse callbackJeff King-1/+3
2023-07-13fsck: mark unused parameters in various fsck callbacksJeff King-18/+20
2023-07-13revisions: drop unused "opt" parameter in "tweak" callbacksJeff King-7/+5
2023-07-13count-objects: mark unused parameter in alternates callbackJeff King-1/+1
2023-07-13am: mark unused keep_cr parametersJeff King-2/+2
2023-07-13http-push: mark unused parameter in xml callbackJeff King-1/+1
2023-07-13http: mark unused parameters in curl callbacksJeff King-3/+6
2023-07-13do_for_each_ref_helper(): mark unused repository parameterJeff King-1/+1
2023-07-13test-ref-store: drop unimplemented reflog-expire commandJeff King-6/+0
2023-07-13i18n: mark more bundle.c strings for translationD. Ben Knoble-2/+2
2023-07-13push: don't imply that integration is always required before pushingAlex Henrie-12/+12
2023-07-13remote: don't imply that integration is always required before pushingAlex Henrie-20/+20
2023-07-13wt-status: don't show divergence advice when committingAlex Henrie-11/+13
2023-07-12packfile.c: prevent overflow in `nth_packed_object_id()`Taylor Blau-2/+2
2023-07-11builtin/repack.c: avoid dir traversal in `collect_pack_filenames()`Taylor Blau-26/+15
2023-07-11builtin/repack.c: only repack `.pack`s that existDerrick Stolee-1/+38
2023-07-10ls-refs.c: avoid enumerating hidden refs where possibleTaylor Blau-1/+2
2023-07-10upload-pack.c: avoid enumerating hidden refs where possibleTaylor Blau-6/+31
2023-07-10builtin/receive-pack.c: avoid enumerating hidden referencesTaylor Blau-1/+3
2023-07-10refs.h: implement `hidden_refs_to_excludes()`Taylor Blau-0/+30
2023-07-10refs.h: let `for_each_namespaced_ref()` take excluded patternsTaylor Blau-7/+13
2023-07-10revision.h: store hidden refs in a `strvec`Taylor Blau-20/+22
2023-07-10refs/packed-backend.c: add trace2 counters for jump listTaylor Blau-19/+49
2023-07-10refs/packed-backend.c: implement jump lists to avoid excluded pattern(s)Taylor Blau-8/+276
2023-07-10refs/packed-backend.c: refactor `find_reference_location()`Taylor Blau-16/+22
2023-07-10refs: plumb `exclude_patterns` argument throughoutTaylor Blau-26/+42
2023-07-10builtin/for-each-ref.c: add `--exclude` optionTaylor Blau-0/+62
2023-07-10ref-filter.c: parameterize match functions over patternsJeff King-8/+10
2023-07-10ref-filter: add `ref_filter_clear()`Jeff King-2/+24
2023-07-10ref-filter: clear reachable list pointers after freeingJeff King-7/+7
2023-07-10ref-filter.h: provide `REF_FILTER_INIT`Jeff King-7/+7
2023-07-10refs.c: rename `ref_filter`Jeff King-7/+8
2023-07-10doc: gitcredentials: link to helper listM Hickford-0/+11
2023-07-10commit-graph.c: avoid duplicated progress output during `verify`Taylor Blau-11/+19
2023-07-10commit-graph.c: pass progress to `verify_one_commit_graph()`Taylor Blau-8/+9
2023-07-10commit-graph.c: iteratively verify commit-graph chainsTaylor Blau-4/+5
2023-07-10commit-graph.c: extract `verify_one_commit_graph()`Taylor Blau-8/+16
2023-07-10fsck: suppress MIDX output with `--no-progress`Taylor Blau-0/+16
2023-07-10fsck: suppress commit-graph output with `--no-progress`Taylor Blau-0/+14
2023-07-08dir: match "attr" pathspec magic with correct pathsJunio C Hamano-2/+24
2023-07-08The ninth batchJunio C Hamano-0/+7
2023-07-08Merge branch 'jk/fsck-indices-in-worktrees'Junio C Hamano-4/+4
2023-07-08Merge branch 'js/empty-index-fixes'Junio C Hamano-11/+22
2023-07-08Merge branch 'ks/t4205-test-describe-with-abbrev-fix'Junio C Hamano-1/+16
2023-07-07pretty: use strchr(3) in userformat_find_requirements()René Scharfe-4/+2
2023-07-07pkt-line: add size parameter to packet_length()René Scharfe-6/+11
2023-07-07tree-walk: drop unused base_offset from do_match()Junio C Hamano-17/+16