summaryrefslogtreecommitdiff
path: root/doc/git-annex.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-02-18 21:50:24 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-02-18 21:50:24 -0400
commitb20cb8393f503ea6b12d6155f80c5be12157af49 (patch)
treecba6a8e88b6a9731911bd9e99a401a59fe09a497 /doc/git-annex.mdwn
parent7ca70b4a07ae9b1f9b217c0e960001ff3147bf5a (diff)
parentd8cc840cc7fd9d543486b7a86426eb4bc444b5aa (diff)
Merge branch 'view'
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r--doc/git-annex.mdwn29
1 files changed, 29 insertions, 0 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn
index 1b7271092..3b9a227be 100644
--- a/doc/git-annex.mdwn
+++ b/doc/git-annex.mdwn
@@ -313,6 +313,35 @@ subdirectories).
from a remote computer.
Note that this does not yet use HTTPS for security, so use with caution!
+* `view [field=value ...] [tag ...]`
+
+ Uses metadata to build a view branch of the files in the current branch,
+ 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.
+
+ Multiple values for a metadata field can be specified, either by using
+ a glob (field="\*") or by listing each wanted value.
+
+ When multiple field values match, the view branch will have a
+ subdirectory for each value.
+
+* `vpop`
+
+ Switches from the currently active view back to the previous view.
+ Or, from the first view back to original branch.
+
+* `vadd [field=value ...] [tag ...]`
+
+ Refines the currently checked out view branch, adding additional fields
+ or tags.
+
+* `vcycle`
+
+ When a view involves nested subdirectories, this cycles the order.
+ For example, when the view has date/author/tag, vcycle will switch
+ it to author/tag/date.
+
# REPOSITORY SETUP COMMANDS
* `init [description]`