Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-11-09 22:27:04 +0300
committerDouwe Maan <douwe@gitlab.com>2015-11-09 22:27:04 +0300
commit264dc3f7dd15f2abb6ec90fe72ed88f4cdda6f58 (patch)
treedd88335cde6a22c4f10b86070f0ea0cb2a94b8fd /CHANGELOG
parent9822bce467b19e7b04e3e3c97bb1bcd9e4074161 (diff)
parent4017a4fcbcb0ed1beb56718cf586c38bbb951527 (diff)
Merge branch 'stanhu/gitlab-ce-bump-gitlab-git-and-other-gems'
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 4c0e9aa0fb9..44c78ed62c6 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,9 @@ Please view this file on the master branch, on stable branches it's out of date.
v 8.2.0 (unreleased)
- Added a GitLab specific profiling tool called "Sherlock" (see GitLab CE merge request #1749)
+ - Upgrade gitlab_git to 7.2.20 and rugged to 0.23.3 (Stan Hu)
+ - Fix bug where manually merged branches in a MR would end up with an empty diff (Stan Hu)
+ - Force update refs/merge-requests/X/head upon a push to the source branch of a merge request (Stan Hu)
- Improved performance of finding users by one of their Email addresses
- Improved performance of replacing references in comments
- Show last project commit to default branch on project home page