]> git.ipfire.org Git - thirdparty/git.git/commit
repack: enable bitmaps by default on bare repos
authorEric Wong <e@80x24.org>
Thu, 14 Mar 2019 09:12:54 +0000 (09:12 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 18 Mar 2019 05:09:54 +0000 (14:09 +0900)
commit36eba0323d3288a8d3dcb46e5067d88c07cee1ae
treef4fae9ededbcf05d59ac46919b58e0e31541cc7c
parent0e94f7aa730b108f7907cfab1b2a7fba965de442
repack: enable bitmaps by default on bare repos

A typical use case for bare repos is for serving clones and
fetches to clients.  Enable bitmaps by default on bare repos to
make it easier for admins to host git repos in a performant way.

Signed-off-by: Eric Wong <e@80x24.org>
Helped-by: Jeff King <peff@peff.net>
Acked-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config/repack.txt
builtin/repack.c
t/t7700-repack.sh