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:
authorStan Hu <stanhu@gmail.com>2015-11-06 10:47:04 +0300
committerStan Hu <stanhu@gmail.com>2015-11-06 10:47:04 +0300
commit40a9b1ce00ed4e4f03431b731ca5a6716356d5a6 (patch)
treec350d97b3500f817efcaf6ee48117c68eda39d8a /CHANGELOG
parent82aa54193f67b31400f06de372adfc25acc61c0c (diff)
Fix bug where manually merged branches in a MR would end up with an empty diff
Closes #3314
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 16055208db5..3614d790361 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 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