diff options
author | Chris Spicer <git@cspicer.net> | 2016-05-29 22:30:16 -0700 |
---|---|---|
committer | Chris Spicer <git@cspicer.net> | 2016-05-29 22:30:16 -0700 |
commit | 8e31da9445255f43ee230b8cfaecafbcf7f1ade6 (patch) | |
tree | f5827ba810f2c3c809ee938a41bcd542bc2d6f49 /doc | |
parent | 43c35b0f20fb3bb67ea2b96bf8f806c7e95b6aec (diff) | |
download | gitlab-ce-8e31da9445255f43ee230b8cfaecafbcf7f1ade6.tar.gz |
commited -> committed
Diffstat (limited to 'doc')
-rw-r--r-- | doc/administration/repository_checks.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/administration/repository_checks.md b/doc/administration/repository_checks.md index 3411e4af6a7..4172b604cec 100644 --- a/doc/administration/repository_checks.md +++ b/doc/administration/repository_checks.md @@ -5,7 +5,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 +integrity of all data committed to a repository. GitLab administrators can trigger such a check for a project via the project page under the admin panel. The checks run asynchronously so it may take a few minutes before the check result is visible on the project admin page. If the @@ -41,4 +41,4 @@ alarms you can choose to clear ALL repository check states from the --- [ce-3232]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3232 "Auto git fsck" -[git-fsck]: https://www.kernel.org/pub/software/scm/git/docs/git-fsck.html "git fsck documentation"
\ No newline at end of file +[git-fsck]: https://www.kernel.org/pub/software/scm/git/docs/git-fsck.html "git fsck documentation" |