Git fork

Merge branch 'ma/doc-git-version'

Doc update.

* ma/doc-git-version:
documentation: add documentation for 'git version'

+32
+28
Documentation/git-version.txt
··· 1 + git-version(1) 2 + ============== 3 + 4 + NAME 5 + ---- 6 + git-version - Display version information about Git 7 + 8 + SYNOPSIS 9 + -------- 10 + [verse] 11 + 'git version' [--build-options] 12 + 13 + DESCRIPTION 14 + ----------- 15 + With no options given, the version of 'git' is printed on the standard output. 16 + 17 + Note that `git --version` is identical to `git version` because the 18 + former is internally converted into the latter. 19 + 20 + OPTIONS 21 + ------- 22 + --build-options:: 23 + Include additional information about how git was built for diagnostic 24 + purposes. 25 + 26 + GIT 27 + --- 28 + Part of the linkgit:git[1] suite
+4
Documentation/git.txt
··· 41 41 ------- 42 42 --version:: 43 43 Prints the Git suite version that the 'git' program came from. 44 + + 45 + This option is internaly converted to `git version ...` and accepts 46 + the same options as the linkgit:git-version[1] command. If `--help` is 47 + also given, it takes precedence over `--version`. 44 48 45 49 --help:: 46 50 Prints the synopsis and a list of the most commonly used