diff options
author | Vinnie Okada <vokada@mrvinn.com> | 2015-04-15 22:15:56 -0600 |
---|---|---|
committer | Vinnie Okada <vokada@mrvinn.com> | 2015-04-15 22:22:20 -0600 |
commit | acd80bdc2d8aa2c13f2208c90f02ec33a068313c (patch) | |
tree | 674c2482183b6b714b0f550d8cfb035abd28183f /CHANGELOG | |
parent | ed94cde2b2b920a38490919597dda7aa706dff62 (diff) | |
download | gitlab-ce-acd80bdc2d8aa2c13f2208c90f02ec33a068313c.tar.gz |
Add new rake task
Add a task that checks repository integrity with `git fsck`.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 0487cc64745..ac175b57916 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -15,6 +15,7 @@ v 7.10.0 (unreleased) - Don't leak existence of group or project via search. - Fix bug where Wiki pages that included a '/' were no longer accessible (Stan Hu) - Fix bug where error messages from Dropzone would not be displayed on the issues page (Stan Hu) + - Add a rake task to check repository integrity with `git fsck` - Add ability to configure Reply-To address in gitlab.yml (Stan Hu) - Move current user to the top of the list in assignee/author filters (Stan Hu) - Fix broken side-by-side diff view on merge request page (Stan Hu) |