mirror of
https://github.com/git-for-windows/git.git
synced 2026-07-04 18:24:31 -05:00
70a7595cc07f38d4a83dff1d4697eb49c2e65b2c
git version as git --version
We know that the version subcommand of git is special. It does not currently have an executable link installed into $gitexecdir and we therefore would never match it with one of our file exists tests. So we forward any invocations to it directly to the git wrapper, as it is a builtin within that executable. Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Description
Releases
335
Languages
C
50.2%
Shell
39.2%
Perl
4.3%
Tcl
3%
Python
0.8%
Other
2.2%