···11+git-version(1)
22+==============
33+44+NAME
55+----
66+git-version - Display version information about Git
77+88+SYNOPSIS
99+--------
1010+[verse]
1111+'git version' [--build-options]
1212+1313+DESCRIPTION
1414+-----------
1515+With no options given, the version of 'git' is printed on the standard output.
1616+1717+Note that `git --version` is identical to `git version` because the
1818+former is internally converted into the latter.
1919+2020+OPTIONS
2121+-------
2222+--build-options::
2323+ Include additional information about how git was built for diagnostic
2424+ purposes.
2525+2626+GIT
2727+---
2828+Part of the linkgit:git[1] suite
+4
Documentation/git.txt
···4141-------
4242--version::
4343 Prints the Git suite version that the 'git' program came from.
4444++
4545+This option is internaly converted to `git version ...` and accepts
4646+the same options as the linkgit:git-version[1] command. If `--help` is
4747+also given, it takes precedence over `--version`.
44484549--help::
4650 Prints the synopsis and a list of the most commonly used