Re: [PATCH 01/12] repack_without_ref(): split list curation and entry writing

2013-06-12 Thread Jeff King
On Tue, Jun 11, 2013 at 11:48:21PM +0200, Michael Haggerty wrote: Split repack_without_ref() into multiple passes: * collect the list of refnames that should be deleted from packed_refs * delete those refnames from the cache * write the remainder to the packed-refs file The purpose

Re: [PATCH 01/12] repack_without_ref(): split list curation and entry writing

2013-06-12 Thread Michael Haggerty
On 06/12/2013 01:38 PM, Jeff King wrote: On Tue, Jun 11, 2013 at 11:48:21PM +0200, Michael Haggerty wrote: Split repack_without_ref() into multiple passes: * collect the list of refnames that should be deleted from packed_refs * delete those refnames from the cache * write the remainder