diff options
author | Jonathon Reinhart <jonathon.reinhart@gmail.com> | 2017-09-22 01:57:13 +0000 |
---|---|---|
committer | Jonathon Reinhart <jonathon.reinhart@gmail.com> | 2017-09-22 01:57:13 +0000 |
commit | f7edc65899aa2d360d26215b13212f681b8f0b95 (patch) | |
tree | 7ae486b2bc4ff5ca838f775a02444c3a1fb82127 /doc | |
parent | bc33774f5227c2a8ca7dbc04c5a6a88bd5abdbc9 (diff) | |
download | gitlab-ce-f7edc65899aa2d360d26215b13212f681b8f0b95.tar.gz |
Update installation.md with receive.advertisePushOptions
See https://gitlab.com/gitlab-org/gitlab-ce/issues/33061#note_37473342
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 200cd94f43c..7eec3132393 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 |