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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-10-23 17:29:34 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-10-23 17:29:34 +0300
commit61fcb3c568d6c7f5a780d9feff5d9d5a2d83a84d (patch)
tree86bd394454cc22ce79801c11a9904ce673829781 /CHANGELOG
parent17c60173f6e2a543c7a92cd2a992ef8bc1ea2ee6 (diff)
parent9f2e1f504df2fa9ef7d658cbc73bbdba6f897eda (diff)
Merge branch 'git-follow' into 'master'
Use git follow flag for commits page when retrieve history for file or directory This can be really helpful when you want commit history for file that was moved recently Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> See merge request !1680
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 8cd451dbaaa..2c4afc00ab6 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -10,6 +10,7 @@ v 8.2.0 (unreleased)
- Allow users to select the Files view as default project view (Cristian Bica)
- Show "Empty Repository Page" for repository without branches (Artem V. Navrotskiy)
- Fix: Inability to reply to code comments in the MR view, if the MR comes from a fork
+ - Use git follow flag for commits page when retrieve history for file or directory
v 8.1.0
- Ensure MySQL CI limits DB migrations occur after the fields have been created (Stan Hu)