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:
authorRémy Coutable <remy@rymai.me>2017-11-30 13:01:22 +0300
committerRémy Coutable <remy@rymai.me>2017-11-30 13:01:22 +0300
commitb15cf40d8517f0ed3027e1f56be6b797b9a66857 (patch)
tree14df27edecfe41e0df6f68e060434cdffecad94c /doc/install
parent99bbb979380714938844a576f4a2f6ef3dbaaec6 (diff)
parentf7edc65899aa2d360d26215b13212f681b8f0b95 (diff)
Merge branch 'patch-1' into 'master'
Update installation.md with receive.advertisePushOptions See merge request gitlab-org/gitlab-ce!14430
Diffstat (limited to 'doc/install')
-rw-r--r--doc/install/installation.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index 88000f4c7a9..570b0d5b22f 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -367,6 +367,9 @@ sudo usermod -aG redis git
# Enable packfile bitmaps
sudo -u git -H git config --global repack.writeBitmaps true
+
+ # Enable push options
+ sudo -u git -H git config --global receive.advertisePushOptions true
# Configure Redis connection settings
sudo -u git -H cp config/resque.yml.example config/resque.yml