midx: compute paths via their source
Patrick Steinhardt committed about 1 year ago
midx: stop duplicating info redundant with its owning source
Patrick Steinhardt committed about 1 year ago
midx: write multi-pack indices via their source
Patrick Steinhardt committed about 1 year ago
midx: load multi-pack indices via their source
Patrick Steinhardt committed about 1 year ago
midx: drop redundant `struct repository` parameter
Patrick Steinhardt committed about 1 year ago
odb: simplify calling `link_alt_odb_entry()`
Patrick Steinhardt committed about 1 year ago
odb: return newly created in-memory sources
Patrick Steinhardt committed about 1 year ago
odb: consistently use "dir" to refer to alternate's directory
Patrick Steinhardt committed about 1 year ago
odb: allow `odb_find_source()` to fail
Patrick Steinhardt committed about 1 year ago
odb: store locality in object database sources
Patrick Steinhardt committed about 1 year ago
builtin/fmt-merge-msg: stop depending on 'the_repository'
Ayush Chandekar committed about 1 year ago
environment: remove the global variable 'merge_log_config'
Ayush Chandekar committed about 1 year ago
git-jump: make `diff` work with filenames containing spaces
Greg Hurrell committed about 1 year ago
bloom: enable bloom filter with wildcard pathspec in revision traversal
Lidong Yan committed about 1 year ago
diff: --no-index should ignore the worktree
Junio C Hamano committed about 1 year ago
merge: don't document non-existing --compact-summary argument
René Scharfe committed about 1 year ago
for-each-ref: call --start-after argument "marker"
René Scharfe committed about 1 year ago
t6137-*.sh: fix test failure on cygwin
Ramsay Jones committed about 1 year ago
builtin: also setup gently for --help-all
D. Ben Knoble committed about 1 year ago
parse-options: refactor flags for usage_with_options_internal
D. Ben Knoble committed about 1 year ago