diff options
author | Joey Hess <joey@kitenet.net> | 2014-02-18 20:16:28 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-02-18 20:16:28 -0400 |
commit | 18fe5ebbb5aef07aa2ab5d621dd44b0788862a07 (patch) | |
tree | 4b8fd66d51850b86a7dd8b623c78c4428a16f5c4 /doc | |
parent | 5ec224d48f28bb8823d898ecc10a9c376a41245b (diff) |
add vcycle command
Diffstat (limited to 'doc')
-rw-r--r-- | doc/git-annex.mdwn | 11 |
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 |