packed-backend: rip out some now-unused code
Michael Haggerty committed about 9 years ago
files_ref_store: use a transaction to update packed refs
Michael Haggerty committed about 9 years ago
t1404: demonstrate two problems with reference transactions
Michael Haggerty committed about 9 years ago
files_initial_transaction_commit(): use a transaction for packed refs
Michael Haggerty committed about 9 years ago
prune_refs(): also free the linked list
Michael Haggerty committed about 9 years ago
files_pack_refs(): use a reference transaction to write packed refs
Michael Haggerty committed about 9 years ago
packed_delete_refs(): implement method
Michael Haggerty committed about 9 years ago
packed_ref_store: implement reference transactions
Michael Haggerty committed about 9 years ago
struct ref_transaction: add a place for backends to store data
Michael Haggerty committed about 9 years ago
packed-backend: don't adjust the reference count on lock/unlock
Michael Haggerty committed about 9 years ago
load_subtree(): check that `prefix_len` is in the expected range
Michael Haggerty committed about 9 years ago
shortlog: skip format/parse roundtrip for internal traversal
Jeff King committed about 9 years ago
add UNLEAK annotation for reducing leak false positives
Jeff King committed about 9 years ago
t6120: test describe and name-rev with deep repos
Michael J Gruber committed about 9 years ago
t6120: clean up state after breaking repo
Michael J Gruber committed about 9 years ago
t6120: test name-rev --all and --stdin
Michael J Gruber committed about 9 years ago
t7004: move limited stack prereq to test-lib
Michael J Gruber committed about 9 years ago
merge-recursive: change current file dir string_lists to hashmap
Kevin Willford committed about 9 years ago
builtin/merge: honor commit-msg hook for merges
Stefan Beller committed about 9 years ago
read-cache: fix index corruption with index v4
Thomas Gummerer committed about 9 years ago