Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
8e31da94
Commit
8e31da94
authored
May 29, 2016
by
Chris Spicer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
commited -> committed
parent
43c35b0f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/administration/repository_checks.md
doc/administration/repository_checks.md
+2
-2
No files found.
doc/administration/repository_checks.md
View file @
8e31da94
...
...
@@ -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 commit
t
ed 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"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment