refs: accept symref values in `ref_transaction_update()`
Karthik Nayak committed over 2 years ago
repository: stop setting SHA1 as the default object hash
Patrick Steinhardt committed over 2 years ago
oss-fuzz/commit-graph: set up hash algorithm
Patrick Steinhardt committed over 2 years ago
builtin/shortlog: don't set up revisions without repo
Patrick Steinhardt committed over 2 years ago
builtin/diff: explicitly set hash algo when there is no repo
Patrick Steinhardt committed over 2 years ago
builtin/bundle: abort "verify" early when there is no repository
Patrick Steinhardt committed over 2 years ago
builtin/blame: don't access potentially unitialized `the_hash_algo`
Patrick Steinhardt committed over 2 years ago
builtin/rev-parse: allow shortening to more than 40 hex characters
Patrick Steinhardt committed over 2 years ago
remote-curl: fix parsing of detached SHA256 heads
Patrick Steinhardt committed over 2 years ago
attr: fix BUG() when parsing attrs outside of repo
Patrick Steinhardt committed over 2 years ago
attr: don't recompute default attribute source
Patrick Steinhardt committed over 2 years ago
parse-options-cb: only abbreviate hashes when hash algo is known
Patrick Steinhardt committed over 2 years ago
path: move `validate_headref()` to its only user
Patrick Steinhardt committed over 2 years ago
path: harden validation of HEAD with non-standard hashes
Patrick Steinhardt committed over 2 years ago
Merge branch 'ps/the-index-is-no-more' into ps/undecided-is-not-necessarily-sha1
Junio C Hamano committed over 2 years ago
Merge branch 'jc/no-default-attr-tree-in-bare' into ps/undecided-is-not-necessarily-sha1
Junio C Hamano committed over 2 years ago
cmake: let `test-tool` run the unit tests, too
Johannes Schindelin committed over 2 years ago
ci: use test-tool as unit test runner on Windows
Josh Steadmon committed over 2 years ago
t/Makefile: run unit tests alongside shell tests
Jeff King committed over 2 years ago
unit tests: add rule for running with test-tool
Josh Steadmon committed over 2 years ago