blob: c97da13b51a692c2b54e90086f17a21b7bb3a44e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
# NAME
git-annex vadd - add subdirs to current view
# SYNOPSIS
git annex vadd `[field=glob ...] [field=value ...] [tag ...]`
# DESCRIPTION
Changes the current view, adding an additional level of directories
to categorize the files.
For example, when the view is by author/tag, `vadd year=*` will
change it to year/author/tag.
So will `vadd year=2014 year=2013`, but limiting the years in view
to only those two.
# SEE ALSO
[[git-annex]](1)
[[git-annex-metadata]](1)
[[git-annex-view]](1)
[[git-annex-vpop]](1)
[[git-annex-vfilter]](1)
[[git-annex-vcycle]](1)
# AUTHOR
Joey Hess <id@joeyh.name>
Warning: Automatically converted into a man page by mdwn2man. Edit with care.
|