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 <dzaporozhets@gitlab.com>2015-04-17 12:22:41 +0300
committerDmitriy Zaporozhets <dzaporozhets@gitlab.com>2015-04-17 12:22:41 +0300
commit5ba7a8e023befeb093532f25f32dfc7f67429d95 (patch)
tree5582056d2c105760bf2dd83157bee23633cea89a /CHANGELOG
parent5456b00f27d631fb58e230a75cfe84c7daf4e207 (diff)
parentacd80bdc2d8aa2c13f2208c90f02ec33a068313c (diff)
Merge branch 'repo-check-task' into 'master'
Add new rake task to check repo integrity Add a `gitlab:repo:check` task that checks repository integrity with `git fsck`. See #1819. See merge request !1778
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 4710d2fc53f..e5d8c8d2f16 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -25,6 +25,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)