git/refs
Michael Haggerty 1444bfe027 files_initial_transaction_commit(): use a transaction for packed refs
Use a `packed_ref_store` transaction in the implementation of
`files_initial_transaction_commit()` rather than using internal
features of the packed ref store. This further decouples
`files_ref_store` from `packed_ref_store`.

Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2017-09-09 03:18:04 +09:00
..
files-backend.c files_initial_transaction_commit(): use a transaction for packed refs 2017-09-09 03:18:04 +09:00
iterator.c prefix_ref_iterator: don't trim too much 2017-05-23 14:29:52 +09:00
packed-backend.c packed_delete_refs(): implement method 2017-09-09 03:18:04 +09:00
packed-backend.h packed_ref_store: implement reference transactions 2017-09-09 03:18:03 +09:00
ref-cache.c *.[ch] refactoring: make use of the FREE_AND_NULL() macro 2017-06-16 12:44:09 -07:00
ref-cache.h create_ref_entry(): remove `check_name` option 2017-05-23 14:29:56 +09:00
refs-internal.h struct ref_transaction: add a place for backends to store data 2017-09-09 03:18:03 +09:00