diff options
author | Robert Speicher <robert@gitlab.com> | 2015-10-23 11:31:01 +0000 |
---|---|---|
committer | Robert Speicher <robert@gitlab.com> | 2015-10-23 11:31:01 +0000 |
commit | 2b51823017faec1d75852bcd318bd502099d692d (patch) | |
tree | 92adba83b1b34695a5276c92663302052f2076b2 /CHANGELOG | |
parent | 7f5acdb20ac9b5908e6cf15c8fb5f7952a745f1c (diff) | |
parent | 69e5e260b0bd28cd48983494b2765e1cef0d3c38 (diff) | |
download | gitlab-ce-2b51823017faec1d75852bcd318bd502099d692d.tar.gz |
Merge branch 'fix-wiki-clone-over-http' into 'master'
Fix cloning Wiki repositories via HTTP
Cloning a project Wiki over HTTP would end up cloning the main repository
since the .wiki extension was being stripped.
Closes #3106
See merge request !1676
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index c70cc33cce2..3eb2f2ad79a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,7 @@ Please view this file on the master branch, on stable branches it's out of date. v 8.2.0 (unreleased) + - Fix cloning Wiki repositories via HTTP (Stan Hu) - Improved performance of replacing references in comments - Show last project commit to default branch on project home page - Highlight comment based on anchor in URL |