mention --explain
Sponsored-by: Dartmouth College's DANDI project
This commit is contained in:
parent
473d66132d
commit
a7ae014eb6
1 changed files with 7 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue