summaryrefslogtreecommitdiff
path: root/doc/git-annex-version.mdwn
blob: 14b10163d7306e9ea2746cb655b41212c1fc2979 (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
# NAME

git-annex version - show version info

# SYNOPSIS

git annex version

# DESCRIPTION

Shows the version of git-annex, as well as repository version information.

git-annex's version is in the form MAJOR.DATE, where MAJOR is a number
like 5, which corresponds to the current repository version, and DATE
is the date of the last release, like 20150320.

Daily builds of git-annex will append a "-gREF" to the version, which
corresponds to the git ref from git-annex's source repository that was
built. Therefore, "5.20150320-gdd35cf3" is a daily build, and
"5.20150401" is an April 1st release made a bit later.

# SEE ALSO

[[git-annex]](1)

# AUTHOR

Joey Hess <id@joeyh.name>

Warning: Automatically converted into a man page by mdwn2man. Edit with care.