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-01-05 22:15:15 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-01-05 22:15:15 +0300
commit9b3ab90adbc11036071ed20f7fd75b2a642f236c (patch)
tree0127eedd6d68cc8d4798a331e771839a03d0f72c /CHANGELOG
parent1ce14dd759450e32063d759f1a82586ef6f049de (diff)
parent1d8dcfaf8be8679556e1602d0061fc5cdd828845 (diff)
Merge branch 'fix/deleted_file' into 'master'
Fix deleted file representation with new gitlab_git gem Added this MR as per request from https://github.com/gitlabhq/gitlabhq/pull/7980 * Add new gitlab_gem as per gitlab-org/gitlab_git!6 * Fix the showing of deleted file, as it only displays the named of the file, rather than specifying what had happened **Before** ![Screen Shot 2014-12-30 at 21.02.55](https://gitlab.com/uploads/arif-ali/gitlab-ce/67ec88b06d/Screen_Shot_2014-12-30_at_21.02.55.png) **After** ![Screen Shot 2014-12-30 at 21.05.18](https://gitlab.com/uploads/arif-ali/gitlab-ce/050b689c82/Screen_Shot_2014-12-30_at_21.05.18.png) See merge request !273
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 8052181a961..c18202f1b26 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -20,6 +20,7 @@ v 7.7.0
- Add alert message in case of outdated browser (IE < 10)
-
- Added API support for sorting projects
+ - Update gitlab_git to version 7.0.0.rc13
v 7.6.0
- Fork repository to groups