Re: [PATCH 06/10] files_initial_transaction_commit(): use a transaction for packed refs
From: Michael Haggerty <hidden>
Date: 2017-09-08 10:04:22
From: Michael Haggerty <hidden>
Date: 2017-09-08 10:04:22
On 09/08/2017 09:27 AM, Jeff King wrote:
On Tue, Aug 29, 2017 at 10:20:30AM +0200, Michael Haggerty wrote:quoted
Used 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`.Very nice to see these couplings going away. Minor nit: s/Used/Use/ in the commit message.
Thanks; will fix. Michael