On Fri, Oct 25, 2013 at 1:06 AM, Jeff King <p...@peff.net> wrote: > From: Vicent Marti <tan...@gmail.com> > > 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-objects` with the `--write-bitmap-index` flag or by having > `pack.writebitmaps` set to `true` in the config) and pack-objects is > writing a packfile that would normally be indexed (i.e. not piping to > stdout), we will attempt to write the corresponding bitmap index for the > packfile.
I haven't read the actual patch yet, but the diffstat says user documentation is missing.. -- Duy -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html