From fb8cfdb5b27145fb186d2fefa265ae1fca5e3e92 Mon Sep 17 00:00:00 2001 From: Ian Matyssik Date: Thu, 23 Mar 2017 13:48:20 +0900 Subject: [PATCH] Set git config for repack.writeBitmaps to true --- assets/build/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/build/install.sh b/assets/build/install.sh index 761b93cc..de5ec312 100755 --- a/assets/build/install.sh +++ b/assets/build/install.sh @@ -45,6 +45,7 @@ EOF # configure git for ${GITLAB_USER} exec_as_git git config --global core.autocrlf input exec_as_git git config --global gc.auto 0 +exec_as_git git config --global repack.writeBitmaps true # install gitlab-shell echo "Downloading gitlab-shell v.${GITLAB_SHELL_VERSION}..."