aboutsummaryrefslogtreecommitdiff
path: root/refs/packed-backend.h
AgeCommit message (Expand)Author
2026-02-25refs: receive and use the reference storage payloadKarthik Nayak
2024-09-04refs/files: use heuristic to decide whether to repack with `--auto`Patrick Steinhardt
2024-05-17refs: adjust names for `init` and `init_db` callbacksPatrick Steinhardt
2022-04-13Revert "Merge branch 'ps/avoid-unnecessary-hook-invocation-with-packed-refs'"Junio C Hamano
2022-02-18Merge branch 'ps/avoid-unnecessary-hook-invocation-with-packed-refs'Junio C Hamano
2022-01-17refs: extract packed_refs_delete_refs() to allow control of transactionPatrick Steinhardt
2021-12-22refs: pass gitdir to packed_ref_store_createHan-Wen Nienhuys
2021-10-08refs: plumb repo into ref storesJonathan Tan
2018-09-20refs/packed-backend.h: add missing declaration (hdr-check)Ramsay Jones
2017-10-30files-backend: don't rewrite the `packed-refs` file unnecessarilyMichael Haggerty
2017-09-09packed-backend: rip out some now-unused codeMichael Haggerty
2017-09-09packed_ref_store: implement reference transactionsMichael Haggerty
2017-06-23packed_refs_unlock(), packed_refs_is_locked(): new functionsMichael Haggerty
2017-06-23packed_refs_lock(): report errors via a `struct strbuf *err`Michael Haggerty
2017-06-23packed_refs_lock(): function renamed from lock_packed_refs()Michael Haggerty
2017-06-23commit_packed_refs(): report errors rather than dyingMichael Haggerty
2017-06-23packed_ref_store: make class into a subclass of `ref_store`Michael Haggerty
2017-06-23packed-backend: new module for handling packed referencesMichael Haggerty