From: Jeff King Date: Tue, 10 Jun 2014 20:19:38 +0000 (-0400) Subject: repack: simplify handling of --write-bitmap-index X-Git-Tag: v2.1.0-rc0~87^2~2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/2bed2d47b4394bd6d4ae4645be9f7424009d3c9c?hp=2bed2d47b4394bd6d4ae4645be9f7424009d3c9c repack: simplify handling of --write-bitmap-index We previously needed to pass --no-write-bitmap-index explicitly to pack-objects to override its reading of pack.writebitmaps from the config. Now that it no longer does so, we can assume that bitmaps are off by default, and only turn them on when necessary. This also lets us avoid a confusing tri-state flag for write_bitmaps. Signed-off-by: Jeff King Signed-off-by: Junio C Hamano ---