Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2016-04-06 17:08:40 +0300
committerJacob Vosmaer <contact@jacobvosmaer.nl>2016-04-06 17:08:40 +0300
commit2b91abbcedb46a74770c7384544b1239d0e210a5 (patch)
treeff6153c2e6adafb201f36a8f7590e8f02d1a3a4f /doc/update/8.6-to-8.7.md
parent1749bd3b467b151074cd10f1d11c679fb714854b (diff)
Disable git gc --auto
Diffstat (limited to 'doc/update/8.6-to-8.7.md')
-rw-r--r--doc/update/8.6-to-8.7.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/update/8.6-to-8.7.md b/doc/update/8.6-to-8.7.md
index 76eee147c72..8599133a726 100644
--- a/doc/update/8.6-to-8.7.md
+++ b/doc/update/8.6-to-8.7.md
@@ -86,6 +86,14 @@ sudo -u git -H bundle exec rake assets:clean assets:precompile cache:clear RAILS
### 7. Update configuration files
+#### Git configuration
+
+Disable `git gc --auto` because GitLab runs `git gc` for us already.
+
+```sh
+sudo -u git -H git config --global gc.auto 0
+```
+
#### Nginx configuration
Ensure you're still up-to-date with the latest NGINX configuration changes: