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
doc: gitcredentials: link to helper list
M Hickford committed about 3 years ago
commit-graph.c: avoid duplicated progress output during `verify`
Taylor Blau committed about 3 years ago
commit-graph.c: pass progress to `verify_one_commit_graph()`
Taylor Blau committed about 3 years ago
commit-graph.c: iteratively verify commit-graph chains
Taylor Blau committed about 3 years ago
commit-graph.c: extract `verify_one_commit_graph()`
Taylor Blau committed about 3 years ago
fsck: suppress MIDX output with `--no-progress`
Taylor Blau committed about 3 years ago
fsck: suppress commit-graph output with `--no-progress`
Taylor Blau committed about 3 years ago
dir: match "attr" pathspec magic with correct paths
Junio C Hamano committed about 3 years ago
Junio C Hamano committed about 3 years ago
Merge branch 'jk/fsck-indices-in-worktrees'
Junio C Hamano committed about 3 years ago
Merge branch 'js/empty-index-fixes'
Junio C Hamano committed about 3 years ago
Merge branch 'ks/t4205-test-describe-with-abbrev-fix'
Junio C Hamano committed about 3 years ago
pretty: use strchr(3) in userformat_find_requirements()
René Scharfe committed about 3 years ago