summaryrefslogtreecommitdiff
path: root/refs/packed-backend.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-09packed-backend: don't adjust the reference count on lock/unlockLibravatar Michael Haggerty1-5/+5
2017-09-06tempfile: auto-allocate tempfiles on heapLibravatar Jeff King1-5/+6
2017-09-06lockfile: do not rollback lock on failed closeLibravatar Jeff King1-1/+2
2017-08-22Merge branch 'mh/packed-ref-store'Libravatar Junio C Hamano1-0/+885
2017-07-27packed_ref_store: handle a packed-refs file that is a symlinkLibravatar Michael Haggerty1-6/+18
2017-07-03read_packed_refs(): die if `packed-refs` contains bogus dataLibravatar Michael Haggerty1-3/+7
2017-07-03repack_without_refs(): don't lock or unlock the packed refsLibravatar Michael Haggerty1-24/+8
2017-06-23commit_packed_refs(): remove call to `packed_refs_unlock()`Libravatar Michael Haggerty1-10/+8
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 Haggerty1-6/+25
2017-06-23packed_refs_lock(): report errors via a `struct strbuf *err`Libravatar Michael Haggerty1-6/+11
2017-06-23packed_refs_lock(): function renamed from lock_packed_refs()Libravatar Michael Haggerty1-5/+5
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 Haggerty1-30/+55
2017-06-23packed_ref_store: make class into a subclass of `ref_store`Libravatar Michael Haggerty1-20/+212
2017-06-23packed-backend: new module for handling packed referencesLibravatar Michael Haggerty1-0/+623