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
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 p
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 of this change is to make the "write the remainder" part
reusable.
Signed-off
3 matches
Mail list logo