Sync with 2.14.2
[git] / refs / packed-backend.c
2017-08-22  Junio C HamanoMerge branch 'mh/packed-ref-store'
2017-07-27  Michael Haggertypacked_ref_store: handle a packed-refs file that is...
2017-07-03  Michael Haggertyread_packed_refs(): die if `packed-refs` contains bogus...
2017-07-03  Michael Haggertyrepack_without_refs(): don't lock or unlock the packed...
2017-06-23  Michael Haggertycommit_packed_refs(): remove call to `packed_refs_unlock()`
2017-06-23  Michael Haggertyclear_packed_ref_cache(): don't protest if the lock...
2017-06-23  Michael Haggertypacked_refs_unlock(), packed_refs_is_locked(): new...
2017-06-23  Michael Haggertypacked_refs_lock(): report errors via a `struct strbuf...
2017-06-23  Michael Haggertypacked_refs_lock(): function renamed from lock_packed_r...
2017-06-23  Michael Haggertycommit_packed_refs(): use a staging file separate from...
2017-06-23  Michael Haggertycommit_packed_refs(): report errors rather than dying
2017-06-23  Michael Haggertypacked_ref_store: make class into a subclass of `ref_store`
2017-06-23  Michael Haggertypacked-backend: new module for handling packed references