correct docs on view exclude values to not say globs work
authorJoey Hess <joeyh@joeyh.name>
Tue, 7 Feb 2023 16:42:26 +0000 (12:42 -0400)
committerJoey Hess <joeyh@joeyh.name>
Tue, 7 Feb 2023 16:42:26 +0000 (12:42 -0400)
globs have never worked in field!=
see commit c2e8c21ca673ceb91c96eacd22acfe949387bbed when the feature was
added, which discussed why

doc/git-annex-view.mdwn

index d51906c92a5055c603fd10c7843a10f2ea5e44ed..b69a23c7caf5505ca4a1c9a14e90e07efbc4fabe 100644 (file)
@@ -32,9 +32,7 @@ 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.
+field or tag, specify field!=value or !tag.
 
 # OPTIONS