mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-18 13:58:25 +00:00
Set git config for repack.writeBitmaps to true
This commit is contained in:
parent
91ee8a146f
commit
fb8cfdb5b2
@ -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}..."
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user