From 1b2fd28d8bd7eed820c56666c131909afe6bbcb3 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Fri, 8 Aug 2014 18:37:22 +0200 Subject: git: write bitmap indexes when packing objects pack.writebitmaps When true, git will write a bitmap index when packing all objects to disk (e.g., when git repack -a is run). This index can speed up the "counting objects" phase of subsequent packs created for clones and fetches, at the cost of some disk space and extra time spent on the initial repack. Defaults to false. --- git/config | 2 ++ 1 file changed, 2 insertions(+) (limited to 'git/config') diff --git a/git/config b/git/config index 52805b5..5a9e373 100644 --- a/git/config +++ b/git/config @@ -29,3 +29,5 @@ helper = /usr/share/git/credential/gnome-keyring/git-credential-gnome-keyring [status] showuntrackedfiles = no +[pack] + writebitmaps = true -- cgit v1.2.3-70-g09d2