summaryrefslogtreecommitdiff
path: root/doc/git-annex-view.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/git-annex-view.mdwn')
-rw-r--r--doc/git-annex-view.mdwn5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/git-annex-view.mdwn b/doc/git-annex-view.mdwn
index d8d0ce5b2..74ed5dbf7 100644
--- a/doc/git-annex-view.mdwn
+++ b/doc/git-annex-view.mdwn
@@ -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)