Merge branch 'rj/add-i-leak-fix'
[alt-git.git] / Documentation / git-version.txt
blob80fa7754a6d70ac5f5afc713e458badd3f81043a
1 git-version(1)
2 ==============
4 NAME
5 ----
6 git-version - Display version information about Git
8 SYNOPSIS
9 --------
10 [verse]
11 'git version' [--build-options]
13 DESCRIPTION
14 -----------
15 With no options given, the version of 'git' is printed on the standard output.
17 Note that `git --version` is identical to `git version` because the
18 former is internally converted into the latter.
20 OPTIONS
21 -------
22 --build-options::
23         Include additional information about how git was built for diagnostic
24         purposes.
26 GIT
27 ---
28 Part of the linkgit:git[1] suite