document ! syntax
This commit is contained in:
parent
debf582ae2
commit
781d0e3762
1 changed files with 5 additions and 0 deletions
|
@ -31,6 +31,11 @@ For example, `/=foo` will only include files from the foo
|
|||
directory in the view, while `foo/=*` will preserve the
|
||||
subdirectories of the foo directory in the view.
|
||||
|
||||
To enter a view containing only files that lack a given metadata
|
||||
field or tag, specify field!=value or !tag. Globs can also be used here,
|
||||
so `field!="*"` will enter a view containing only files that do not have
|
||||
the field set to any value.
|
||||
|
||||
# SEE ALSO
|
||||
|
||||
[[git-annex]](1)
|
||||
|
|
Loading…
Reference in a new issue