Merge branch 'no-gc-auto' into 'master'

Disable "git auto gc" for the git user

Part of fixing https://gitlab.com/gitlab-org/gitlab-ce/issues/14357

See merge request !719
This commit is contained in:
Marin Jankovski 2016-04-06 14:56:07 +00:00
commit 8ed13f4b5a
1 changed files with 2 additions and 0 deletions

View File

@ -7,3 +7,5 @@
email = <%= node['gitlab']['user']['git_user_email'] %>
[core]
autocrlf = input
[gc]
auto = 0