1git-annex-version(1) General Commands Manual git-annex-version(1)
2
3
4
6 git-annex-version - show version info
7
9 git annex version
10
12 Shows the version of git-annex, as well as repository version informa‐
13 tion.
14
15 git-annex's version is in the form MAJOR.DATE, where MAJOR is a number
16 like 5, which corresponds to the current repository version, and DATE
17 is the date of the last release, like 20150320.
18
19 Daily builds of git-annex will append a "-gREF" to the version, which
20 corresponds to the git ref from git-annex's source repository that was
21 built. Therefore, "5.20150320-gdd35cf3" is a daily build, and
22 "5.20150401" is an April 1st release made a bit later.
23
25 --raw
26
27 Causes only git-annex's version to be output, and nothing else.
28
30 git-annex(1)
31
33 Joey Hess <id@joeyh.name>
34
35 git-annex-version(1)