diff options
author | Jeff King <peff@peff.net> | 2014-06-10 16:19:38 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-06-10 14:04:06 -0700 |
commit | 2bed2d47b4394bd6d4ae4645be9f7424009d3c9c (patch) | |
tree | c412afd638c4c3a02882b7bad3dff0f121d23403 /t/t0110 | |
parent | 15a906c5e99fc34534fd40d61590da142dee71d2 (diff) | |
download | git-2bed2d47b4394bd6d4ae4645be9f7424009d3c9c.tar.gz |
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 <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t0110')
0 files changed, 0 insertions, 0 deletions