mention --explain

Sponsored-by: Dartmouth College's DANDI project
This commit is contained in:
Joey Hess 2023-07-31 13:28:02 -04:00
parent 473d66132d
commit a7ae014eb6
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -283,6 +283,13 @@ For example, git annex find --want-get --not --in . will find all the files
that git annex get --auto will want to get, and git annex find --want-drop --in
. will find all the files that git annex drop --auto will want to drop.
The --explain option can be used to understand why a complex preferred
content expression matches or fails to match. The expression will
be displayed, with each term followed by "[TRUE]" or "[FALSE]" to indicate
the value. Irrelevant terms will be ommitted from the explanation,
for example "exclude=* and copies=1"` will be displayed as
`"exclude=*[FALSE]"`
# SEE ALSO
[[git-annex]](1)