cocci: introduce rules to transform "refs" to pass ref store
Patrick Steinhardt committed over 2 years ago
refs: add `exclude_patterns` parameter to `for_each_fullref_in()`
Patrick Steinhardt committed over 2 years ago
refs: introduce missing functions that accept a `struct ref_store`
Patrick Steinhardt committed over 2 years ago
builtin/tag: add --trailer option
John Passaro committed over 2 years ago
builtin/commit: refactor --trailer logic
John Passaro committed over 2 years ago
builtin/commit: use ARGV macro to collect trailers
John Passaro committed over 2 years ago
refs: remove `create_symref` and associated dead code
Karthik Nayak committed over 2 years ago
refs: rename `refs_create_symref()` to `refs_update_symref()`
Karthik Nayak committed over 2 years ago
refs: use transaction in `refs_create_symref()`
Karthik Nayak committed over 2 years ago
refs: add support for transactional symref updates
Karthik Nayak committed over 2 years ago
refs: move `original_update_refname` to 'refs.c'
Karthik Nayak committed over 2 years ago
refs: support symrefs in 'reference-transaction' hook
Karthik Nayak committed over 2 years ago
files-backend: extract out `create_symref_lock()`
Karthik Nayak committed over 2 years ago
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