aboutsummaryrefslogtreecommitdiff
path: root/doc/git-annex-required.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2018-02-08 14:08:41 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2018-02-08 14:08:41 -0400
commit7d6669ecdbf9927e401b9347f9bcefd664cb7433 (patch)
treed65ce60156e81d0e30c5c6faf115d5fa6493e2d9 /doc/git-annex-required.mdwn
parentc9e1df5eb5a3e0d41e6b7f97121dfe21d9dcafc6 (diff)
fsck: Warn when required content is not present in the repository that requires it.
This commit was sponsored by Jack Hill on Patreon.
Diffstat (limited to 'doc/git-annex-required.mdwn')
-rw-r--r--doc/git-annex-required.mdwn5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/git-annex-required.mdwn b/doc/git-annex-required.mdwn
index 1c6dac232..367c1b3a6 100644
--- a/doc/git-annex-required.mdwn
+++ b/doc/git-annex-required.mdwn
@@ -22,7 +22,10 @@ While [[git-annex-wanted]] is just a preference,
[[git-annex-required]] designates content that should really not be
removed. For example a file that is `wanted` can be removed with
`git annex drop`, but if that file is `required`, it would need to be
-removed with `git annex drop --force`.
+removed with `git annex drop --force`.
+
+Also, `git-annex fsck` will warn about required contents that are not
+present.
# NOTES