Re: [PATCH 13/19] pack-objects: implement bitmap writing

2013-10-24 Thread Jeff King
On Fri, Oct 25, 2013 at 08:21:12AM +0700, Nguyen Thai Ngoc Duy wrote: > > If bitmap writing is enabled for a given repository (either by calling > > `pack-objects` with the `--write-bitmap-index` flag or by having > > `pack.writebitmaps` set to `true` in the config) and pack-objects is > > writing

Re: [PATCH 13/19] pack-objects: implement bitmap writing

2013-10-24 Thread Duy Nguyen
On Fri, Oct 25, 2013 at 1:06 AM, Jeff King wrote: > From: Vicent Marti > > This commit extends more the functionality of `pack-objects` by allowing > it to write out a `.bitmap` index next to any written packs, together > with the `.idx` index that currently gets written. > > If bitmap writing is

[PATCH 13/19] pack-objects: implement bitmap writing

2013-10-24 Thread Jeff King
From: Vicent Marti This commit extends more the functionality of `pack-objects` by allowing it to write out a `.bitmap` index next to any written packs, together with the `.idx` index that currently gets written. If bitmap writing is enabled for a given repository (either by calling `pack-object