aboutsummaryrefslogtreecommitdiff
path: root/refs/packed-backend.c
Commit message (Expand)AuthorAge
* Merge branch 'mh/packed-ref-transactions'Junio C Hamano2017-09-19
|\
| * packed-backend: rip out some now-unused codeMichael Haggerty2017-09-09
| * packed_delete_refs(): implement methodMichael Haggerty2017-09-09
| * packed_ref_store: implement reference transactionsMichael Haggerty2017-09-09
| * packed-backend: don't adjust the reference count on lock/unlockMichael Haggerty2017-09-09
* | tempfile: auto-allocate tempfiles on heapJeff King2017-09-06
* | lockfile: do not rollback lock on failed closeJeff King2017-09-06
|/
* Merge branch 'mh/packed-ref-store'Junio C Hamano2017-08-22
* packed_ref_store: handle a packed-refs file that is a symlinkMichael Haggerty2017-07-27
* read_packed_refs(): die if `packed-refs` contains bogus dataMichael Haggerty2017-07-03
* repack_without_refs(): don't lock or unlock the packed refsMichael Haggerty2017-07-03
* commit_packed_refs(): remove call to `packed_refs_unlock()`Michael Haggerty2017-06-23
* clear_packed_ref_cache(): don't protest if the lock is heldMichael Haggerty2017-06-23
* packed_refs_unlock(), packed_refs_is_locked(): new functionsMichael Haggerty2017-06-23
* packed_refs_lock(): report errors via a `struct strbuf *err`Michael Haggerty2017-06-23
* packed_refs_lock(): function renamed from lock_packed_refs()Michael Haggerty2017-06-23
* commit_packed_refs(): use a staging file separate from the lockfileMichael Haggerty2017-06-23
* commit_packed_refs(): report errors rather than dyingMichael Haggerty2017-06-23
* packed_ref_store: make class into a subclass of `ref_store`Michael Haggerty2017-06-23
* packed-backend: new module for handling packed referencesMichael Haggerty2017-06-23