diff options
| author | Stan Hu <stanhu@gmail.com> | 2019-01-03 13:17:44 -0800 |
|---|---|---|
| committer | Stan Hu <stanhu@gmail.com> | 2019-01-03 13:41:39 -0800 |
| commit | 913084e6a3147fb55e66fc38b230f1166b7e9f8b (patch) | |
| tree | 7838412b75be6d9a2ab4396a21796287fe8e6a48 /changelogs | |
| parent | 0e20c8eb8b71eaa71fbfd5dedf6ccd6492531e14 (diff) | |
| download | gitlab-ce-sh-fix-clone-url-for-https.tar.gz | |
Fix clone URL not showing if protocol is HTTPSsh-fix-clone-url-for-https
GitLab 11.6.2 fixed the case for HTTP. However, HTTPS still did
not work because the protocol returned to `http_enabled?`
was the actual protocol in use (e.g. `https` instead of `http`).
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/55896
Diffstat (limited to 'changelogs')
| -rw-r--r-- | changelogs/unreleased/sh-fix-clone-url-for-https.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/sh-fix-clone-url-for-https.yml b/changelogs/unreleased/sh-fix-clone-url-for-https.yml new file mode 100644 index 00000000000..6a17d566685 --- /dev/null +++ b/changelogs/unreleased/sh-fix-clone-url-for-https.yml @@ -0,0 +1,5 @@ +--- +title: Fix clone URL not showing if protocol is HTTPS +merge_request: 24131 +author: +type: fixed |
