diff options
author | Joey Hess <joey@kitenet.net> | 2010-11-06 17:06:19 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-11-06 17:06:59 -0400 |
commit | 016b6a59e7187ead0ed630699c85d0fec729a30d (patch) | |
tree | 15c2fc2a681bde535758948b9f9460b5a84b21d6 /doc | |
parent | 6b80356f6de05efef1f14fd2af9835cf5abe69a0 (diff) |
add fsck subcommand (stub)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/git-annex.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index bbd7e8cab..856b474e0 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -141,6 +141,11 @@ Many git-annex subcommands will stage changes for later `git commit` by you. git annex setkey --key=1287765018:3 /tmp/file +* fsck + + This subcommand checks the whole annex for consistency, and warns + about any problems found. + # OPTIONS * --force |