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
path: root/doc
diff options
context:
space:
mode:
authorYorick Peterse <yorickpeterse@gmail.com>2016-04-22 01:26:34 +0300
committerYorick Peterse <yorickpeterse@gmail.com>2016-04-22 01:27:02 +0300
commit08e24b340ecbfe76aae30d52b7b9924c7e471456 (patch)
treeb75df9836a9048cb2a64aae8b61c170148849b50 /doc
parenta12496ccfd55dde73ac93cf6b3c71625f1d8d377 (diff)
Merge branch 'repository-checks-default-off' into 'master'
Disable 'repository check' feature in 8.7.0 See merge request !3856
Diffstat (limited to 'doc')
-rw-r--r--doc/administration/repository_checks.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/administration/repository_checks.md b/doc/administration/repository_checks.md
index 61bf8ce6161..3411e4af6a7 100644
--- a/doc/administration/repository_checks.md
+++ b/doc/administration/repository_checks.md
@@ -1,7 +1,8 @@
# Repository checks
>**Note:**
-This feature was [introduced][ce-3232] in GitLab 8.7.
+This feature was [introduced][ce-3232] in GitLab 8.7. It is OFF by
+default because it still causes too many false alarms.
Git has a built-in mechanism, [git fsck][git-fsck], to verify the
integrity of all data commited to a repository. GitLab administrators