aboutsummaryrefslogtreecommitdiff
path: root/doc/git-annex-version.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-03-24 15:23:59 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-03-24 15:23:59 -0400
commit5c8727dea29d5266de481475495eb979038bfa5a (patch)
tree2362c6ba5cd464d1e44f6a08ef4d7d034b594c75 /doc/git-annex-version.mdwn
parentd17d5a77893ac01fc7c29f92447a3e85e3501d9f (diff)
separated man pages for all the maintenance commands
Diffstat (limited to 'doc/git-annex-version.mdwn')
-rw-r--r--doc/git-annex-version.mdwn30
1 files changed, 30 insertions, 0 deletions
diff --git a/doc/git-annex-version.mdwn b/doc/git-annex-version.mdwn
new file mode 100644
index 000000000..14b10163d
--- /dev/null
+++ b/doc/git-annex-version.mdwn
@@ -0,0 +1,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.