diff options
author | Rémy Coutable <remy@rymai.me> | 2017-11-30 10:01:22 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-11-30 10:01:22 +0000 |
commit | b15cf40d8517f0ed3027e1f56be6b797b9a66857 (patch) | |
tree | 14df27edecfe41e0df6f68e060434cdffecad94c /doc | |
parent | 99bbb979380714938844a576f4a2f6ef3dbaaec6 (diff) | |
parent | f7edc65899aa2d360d26215b13212f681b8f0b95 (diff) | |
download | gitlab-ce-b15cf40d8517f0ed3027e1f56be6b797b9a66857.tar.gz |
Merge branch 'patch-1' into 'master'
Update installation.md with receive.advertisePushOptions
See merge request gitlab-org/gitlab-ce!14430
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install/installation.md | 3 |
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 |