summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-06-23clear_packed_ref_cache(): don't protest if the lock is heldLibravatar Michael Haggerty1-2/+0
2017-06-23packed_refs_unlock(), packed_refs_is_locked(): new functionsLibravatar Michael Haggerty2-6/+28
2017-06-23packed_refs_lock(): report errors via a `struct strbuf *err`Libravatar Michael Haggerty3-13/+16
2017-06-23packed_refs_lock(): function renamed from lock_packed_refs()Libravatar Michael Haggerty3-8/+8
2017-06-23commit_packed_refs(): use a staging file separate from the lockfileLibravatar Michael Haggerty1-8/+32
2017-06-23commit_packed_refs(): report errors rather than dyingLibravatar Michael Haggerty3-36/+61
2017-06-23packed_ref_store: make class into a subclass of `ref_store`Libravatar Michael Haggerty4-45/+227
2017-06-23packed-backend: new module for handling packed referencesLibravatar Michael Haggerty6-639/+685
2017-06-23packed_read_raw_ref(): new function, replacing `resolve_packed_ref()`Libravatar Michael Haggerty1-19/+17
2017-06-23packed_ref_store: support iterationLibravatar Michael Haggerty1-9/+110
2017-06-23packed_peel_ref(): new function, extracted from `files_peel_ref()`Libravatar Michael Haggerty1-11/+15
2017-06-23repack_without_refs(): take a `packed_ref_store *` parameterLibravatar Michael Haggerty1-10/+10
2017-06-23get_packed_ref(): take a `packed_ref_store *` parameterLibravatar Michael Haggerty1-5/+7
2017-06-23rollback_packed_refs(): take a `packed_ref_store *` parameterLibravatar Michael Haggerty1-8/+7
2017-06-23commit_packed_refs(): take a `packed_ref_store *` parameterLibravatar Michael Haggerty1-9/+9
2017-06-23lock_packed_refs(): take a `packed_ref_store *` parameterLibravatar Michael Haggerty1-9/+22
2017-06-23add_packed_ref(): take a `packed_ref_store *` parameterLibravatar Michael Haggerty1-5/+5
2017-06-23get_packed_refs(): take a `packed_ref_store *` parameterLibravatar Michael Haggerty1-5/+5
2017-06-23get_packed_ref_cache(): take a `packed_ref_store *` parameterLibravatar Michael Haggerty1-14/+12
2017-06-23validate_packed_ref_cache(): take a `packed_ref_store *` parameterLibravatar Michael Haggerty1-7/+6
2017-06-23clear_packed_ref_cache(): take a `packed_ref_store *` parameterLibravatar Michael Haggerty1-8/+8
2017-06-23packed_ref_store: move `packed_refs_lock` member hereLibravatar Michael Haggerty1-15/+16
2017-06-23packed_ref_store: move `packed_refs_path` hereLibravatar Michael Haggerty1-13/+12
2017-06-23packed_ref_store: new structLibravatar Michael Haggerty1-9/+33
2017-06-23add_packed_ref(): teach function to overwrite existing refsLibravatar Michael Haggerty1-22/+18
2017-06-23t1408: add a test of stale packed refs covered by loose refsLibravatar Junio C Hamano1-0/+42
2017-06-18for_each_bisect_ref(): don't trim refnamesLibravatar Michael Haggerty4-2/+31
2017-06-12lock_packed_refs(): fix cache validity checkLibravatar Michael Haggerty1-9/+23
2017-05-24cache_ref_iterator_begin(): avoid priming unneeded directoriesLibravatar Michael Haggerty1-10/+85
2017-05-23ref-filter: limit traversal to prefixLibravatar Jeff King1-1/+63
2017-05-23create_ref_entry(): remove `check_name` optionLibravatar Michael Haggerty3-11/+10
2017-05-23refs_ref_iterator_begin(): handle `GIT_REF_PARANOIA`Libravatar Michael Haggerty2-7/+9
2017-05-23read_packed_refs(): report unexpected fopen() failuresLibravatar Michael Haggerty1-2/+12
2017-05-23read_packed_refs(): do more of the work of reading packed refsLibravatar Michael Haggerty2-17/+26
2017-05-23get_packed_ref_cache(): assume "packed-refs" won't change while lockedLibravatar Michael Haggerty1-5/+11
2017-05-23should_pack_ref(): new function, extracted from `files_pack_refs()`Libravatar Michael Haggerty1-14/+28
2017-05-23ref_update_reject_duplicates(): add a sanity checkLibravatar Michael Haggerty1-2/+8
2017-05-23ref_update_reject_duplicates(): use `size_t` rather than `int`Libravatar Michael Haggerty1-1/+1
2017-05-23ref_update_reject_duplicates(): expose function to whole refs moduleLibravatar Michael Haggerty3-17/+25
2017-05-23ref_transaction_prepare(): new optional step for reference updatesLibravatar Michael Haggerty4-53/+253
2017-05-23ref_transaction_commit(): check for valid `transaction->state`Libravatar Michael Haggerty2-3/+12
2017-05-23files_transaction_cleanup(): new helper functionLibravatar Michael Haggerty1-9/+24
2017-05-23files_ref_store: put the packed files lock directly in this structLibravatar Michael Haggerty1-18/+11
2017-05-23files-backend: move `lock` member to `files_ref_store`Libravatar Michael Haggerty1-19/+17
2017-05-23lockfile: add a new method, is_lock_file_locked()Libravatar Michael Haggerty1-0/+8
2017-05-23ref_store: take a `msg` parameter when deleting referencesLibravatar Michael Haggerty9-19/+23
2017-05-23refs: use `size_t` indexes when iterating over ref transaction updatesLibravatar Michael Haggerty2-3/+5
2017-05-23refs_ref_iterator_begin(): don't check prefixes redundantlyLibravatar Michael Haggerty1-1/+7
2017-05-23prefix_ref_iterator: don't trim too muchLibravatar Michael Haggerty1-1/+17
2017-05-23files-backend: use `die("BUG: ...")`, not `die("internal error: ...")`Libravatar Michael Haggerty1-4/+4