[packages/gitlab-ce] Configure Git to generate packfile bitmaps

glen glen at pld-linux.org
Tue Apr 18 23:19:41 CEST 2017


commit 9be9cf6e144225d09f5040f385d1419d0817cc70
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Wed Apr 19 00:19:04 2017 +0300

    Configure Git to generate packfile bitmaps
    
    (introduced in Git 2.0) on the GitLab server during git gc.
    
    https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/update/8.16-to-8.17.md#git-configuration

 gitconfig | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/gitconfig b/gitconfig
index 9c6a81f..5afd1c0 100644
--- a/gitconfig
+++ b/gitconfig
@@ -3,3 +3,5 @@
 	email = gitlab at localhost
 [core]
 	autocrlf = input
+[repack]
+	writeBitmaps = true
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gitlab-ce.git/commitdiff/9be9cf6e144225d09f5040f385d1419d0817cc70



More information about the pld-cvs-commit mailing list