repack: introduce repack.writeBitmaps config option
authorJeff King <peff@peff.net>
Tue, 10 Jun 2014 20:20:30 +0000 (16:20 -0400)
committerJunio C Hamano <gitster@pobox.com>
Tue, 10 Jun 2014 21:05:19 +0000 (14:05 -0700)
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>
No differences found