repack: introduce repack.writeBitmaps config option
commit71d76cb48029c94af022ea9dc9c74b4ba8bcc3a3
authorJeff King <peff@peff.net>
Tue, 10 Jun 2014 20:20:30 +0000 (10 16:20 -0400)
committerJunio C Hamano <gitster@pobox.com>
Tue, 10 Jun 2014 21:05:19 +0000 (10 14:05 -0700)
tree5632c4870f1acdcb47d3d6f9661728c09786e94c
parent2bed2d47b4394bd6d4ae4645be9f7424009d3c9c
repack: introduce repack.writeBitmaps config option

We currently have pack.writeBitmaps, which originally
operated at the pack-objects level. This should really have
been a repack.* option from day one. Let's give it the more
sensible name, but keep the old version as a deprecated
synonym.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt
builtin/repack.c
t/perf/p5310-pack-bitmaps.sh
t/t5310-pack-bitmaps.sh
t/t7700-repack.sh