summaryrefslogtreecommitdiff
path: root/refs/packed-backend.c
Commit message (Expand)AuthorAgeFilesLines
...
* | tempfile: auto-allocate tempfiles on heapJeff King2017-09-061-5/+6
* | lockfile: do not rollback lock on failed closeJeff King2017-09-061-1/+2
|/
* Merge branch 'mh/packed-ref-store'Junio C Hamano2017-08-221-0/+1
* packed_ref_store: handle a packed-refs file that is a symlinkMichael Haggerty2017-07-271-6/+18
* read_packed_refs(): die if `packed-refs` contains bogus dataMichael Haggerty2017-07-031-3/+7
* repack_without_refs(): don't lock or unlock the packed refsMichael Haggerty2017-07-031-24/+8
* commit_packed_refs(): remove call to `packed_refs_unlock()`Michael Haggerty2017-06-231-10/+8
* clear_packed_ref_cache(): don't protest if the lock is heldMichael Haggerty2017-06-231-2/+0
* packed_refs_unlock(), packed_refs_is_locked(): new functionsMichael Haggerty2017-06-231-6/+25
* packed_refs_lock(): report errors via a `struct strbuf *err`Michael Haggerty2017-06-231-6/+11
* packed_refs_lock(): function renamed from lock_packed_refs()Michael Haggerty2017-06-231-5/+5
* commit_packed_refs(): use a staging file separate from the lockfileMichael Haggerty2017-06-231-8/+32
* commit_packed_refs(): report errors rather than dyingMichael Haggerty2017-06-231-30/+55
* packed_ref_store: make class into a subclass of `ref_store`Michael Haggerty2017-06-231-20/+212
* packed-backend: new module for handling packed referencesMichael Haggerty2017-06-231-0/+623