diff options
author | Jacob Vosmaer (GitLab) <jacob@gitlab.com> | 2018-01-22 16:51:47 +0000 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2018-01-22 16:51:47 +0000 |
commit | 583cff8d61f297fd12daabbd92adc4c05052519c (patch) | |
tree | 6d31d82ed946367b0315f6127d23da53b7902e45 /changelogs | |
parent | 32e41b5f0c299e73f9435df4da8b934e69782b3c (diff) | |
download | gitlab-ce-583cff8d61f297fd12daabbd92adc4c05052519c.tar.gz |
Default to Gitaly for 'git push' HTTP/SSH, and make Gitaly mandatory for SSH pull
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/gitaly-git-http-ssh.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changelogs/unreleased/gitaly-git-http-ssh.yml b/changelogs/unreleased/gitaly-git-http-ssh.yml new file mode 100644 index 00000000000..98812e92e2a --- /dev/null +++ b/changelogs/unreleased/gitaly-git-http-ssh.yml @@ -0,0 +1,6 @@ +--- +title: Default to Gitaly for 'git push' HTTP/SSH, and make Gitaly mandatory for SSH + pull +merge_request: 16586 +author: +type: other |