mirror of
https://github.com/git/git.git
synced 2026-01-28 19:41:36 +00:00
With the addition of the architecture (x86/x86_64) to git --version --build-options, it's good to add that to the Git version question. On the Windows version question, prompted for "Vista, 7, 8, 10? to indicate exactly what we're talking about. Also added `cmd.exe /c ver` as a command to run to get the Windows version, and `cat /etc/install-options.txt` and several alternative CMD commands to provide information on build options. Relevant Links: This is part of https://github.com/git-for-windows/git/pull/847. The git --version --build-options change discussion is at https://github.com/git-for-windows/git/issues/846 Signed-off-by: Clive Chan <cc@clive.io>