Set git config for repack.writeBitmaps to true

This commit is contained in:
Ian Matyssik 2017-03-23 13:48:20 +09:00 committed by ian
parent 91ee8a146f
commit fb8cfdb5b2
No known key found for this signature in database
GPG Key ID: C2896FB21E071860

View File

@ -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}..."