summaryrefslogtreecommitdiff
path: root/doc/git-annex.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-02-18 20:16:28 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-02-18 20:16:28 -0400
commit18fe5ebbb5aef07aa2ab5d621dd44b0788862a07 (patch)
tree4b8fd66d51850b86a7dd8b623c78c4428a16f5c4 /doc/git-annex.mdwn
parent5ec224d48f28bb8823d898ecc10a9c376a41245b (diff)
add vcycle command
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r--doc/git-annex.mdwn11
1 files changed, 9 insertions, 2 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn
index b96cedbfe..3b9a227be 100644
--- a/doc/git-annex.mdwn
+++ b/doc/git-annex.mdwn
@@ -326,14 +326,21 @@ subdirectories).
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.
-* `vpop`
+* `vcycle`
- Switches from the currently active view back to the previous view.
+ 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