diff options
author | Stan Hu <stanhu@gmail.com> | 2015-06-21 08:26:37 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2015-07-01 07:01:59 -0700 |
commit | 9add3e6eb56bb8d8a9b8e4e105f7beec27e685d2 (patch) | |
tree | d0c34803d437a934aad6833d5b9733eda5192c45 /CHANGELOG | |
parent | 3603edcff4d18ae0341213d7151325dda04aa9b3 (diff) | |
download | gitlab-ce-9add3e6eb56bb8d8a9b8e4e105f7beec27e685d2.tar.gz |
Extract the longest-matching ref from a commit path when multiple matches occur
Closes #1839
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 40d741ff242..252b084dd20 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -10,6 +10,7 @@ v 7.13.0 (unreleased) - Fix downloading of patches on public merge requests when user logged out (Stan Hu) - The password for the default administrator (root) account has been changed from "5iveL!fe" to "password". - Fix Error 500 when relative submodule resolves to a namespace that has a different name from its path (Stan Hu) + - Extract the longest-matching ref from a commit path when multiple matches occur (Stan Hu) - Update maintenance documentation to explain no need to recompile asssets for omnibus installations (Stan Hu) - Support commenting on diffs in side-by-side mode (Stan Hu) - Fix JavaScript error when clicking on the comment button on a diff line that has a comment already (Stan Hu) |