summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-03-02 15:46:58 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-03-02 15:46:58 -0400
commit61acb19772e06a96f3e7bd8ab44e4709897d330d (patch)
tree33bf90598abfbd06ea5a1240a770988e1ae3697c /doc
parenta9509940fa73d09fcb60aef90aa7ee99d7586fd1 (diff)
doc improvements
Diffstat (limited to 'doc')
-rw-r--r--doc/git-annex.mdwn10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn
index 59abfd37a..f0b29f336 100644
--- a/doc/git-annex.mdwn
+++ b/doc/git-annex.mdwn
@@ -729,15 +729,15 @@ subdirectories).
and checks out the view branch. Only files in the current branch whose
metadata matches all the specified field values and tags will be
shown in the view.
-
- Once within a view, you can make additional directories, and
- copy or move files into them. When you commit, the metadata will
- be updated to correspond to your changes.
Multiple values for a metadata field can be specified, either by using
a glob (`field="*"`) or by listing each wanted value. The resulting view
will put files in subdirectories according to the value of their fields.
+ Once within such a view, you can make additional directories, and
+ copy or move files into them. When you commit, the metadata will
+ be updated to correspond to your changes.
+
There are fields corresponding to the path to the file. So a file
"foo/bar/baz/file" has fields "/=foo", "foo/=bar", and "foo/bar/=baz".
These location fields can be used the same as other metadata to construct
@@ -759,7 +759,7 @@ subdirectories).
Filters the current view to only the files that have the
specified field values and tags.
-* `vadd [field=glob ...] [field=value ...]`
+* `vadd [field=glob ...] [field=value ...] [tag ...]`
Changes the current view, adding an additional level of directories
to categorize the files.