summaryrefslogtreecommitdiff
path: root/refs/packed-backend.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge branch 'ps/avoid-unnecessary-hook-invocation-with-packed-refs'"Junio C Hamano2022-04-131-7/+0
* Merge branch 'ps/avoid-unnecessary-hook-invocation-with-packed-refs'Junio C Hamano2022-02-181-0/+7
|\
| * refs: extract packed_refs_delete_refs() to allow control of transactionPatrick Steinhardt2022-01-171-0/+7
* | refs: pass gitdir to packed_ref_store_createHan-Wen Nienhuys2021-12-221-1/+1
|/
* refs: plumb repo into ref storesJonathan Tan2021-10-081-1/+3
* refs/packed-backend.h: add missing declaration (hdr-check)Ramsay Jones2018-09-201-0/+2
* files-backend: don't rewrite the `packed-refs` file unnecessarilymh/avoid-rewriting-packed-refsMichael Haggerty2017-10-301-0/+9
* packed-backend: rip out some now-unused codeMichael Haggerty2017-09-091-8/+0
* packed_ref_store: implement reference transactionsMichael Haggerty2017-09-091-0/+9
* packed_refs_unlock(), packed_refs_is_locked(): new functionsMichael Haggerty2017-06-231-0/+3
* packed_refs_lock(): report errors via a `struct strbuf *err`Michael Haggerty2017-06-231-3/+3
* packed_refs_lock(): function renamed from lock_packed_refs()Michael Haggerty2017-06-231-1/+1
* commit_packed_refs(): report errors rather than dyingMichael Haggerty2017-06-231-1/+1
* packed_ref_store: make class into a subclass of `ref_store`Michael Haggerty2017-06-231-17/+6
* packed-backend: new module for handling packed referencesMichael Haggerty2017-06-231-0/+33