diff options
author | Yorick Peterse <yorickpeterse@gmail.com> | 2016-04-21 22:26:34 +0000 |
---|---|---|
committer | Yorick Peterse <yorickpeterse@gmail.com> | 2016-04-21 22:26:34 +0000 |
commit | 0e2b64498330cc7b2e698a266c027b9bd96f456c (patch) | |
tree | 578ccbb5ddb2e6e2319748f17330c5f5160e6e5f /doc | |
parent | d35dde012984597a6e6d7d11208c7602c475d762 (diff) | |
parent | b80bf57d378aec82cc933df233a30e0390564419 (diff) | |
download | gitlab-ce-0e2b64498330cc7b2e698a266c027b9bd96f456c.tar.gz |
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.md | 3 |
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 |