-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ISSUE_TEMPLATE for #846 #847
Conversation
While I like the direction this is going, I cannot merge as-is:
|
Alright, I'll fix those. |
What about Also, interestingly, |
and one more thing - |
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 git-for-windows#847. The git --version --build-options change discussion is at git-for-windows#846 Signed-off-by: Clive Chan <[email protected]>
@dscho is this good? |
Yes, it is! Thanks! |
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 #847. The git --version --build-options change discussion is at #846 Signed-off-by: Clive Chan <[email protected]>
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 #847. The git --version --build-options change discussion is at #846 Signed-off-by: Clive Chan <[email protected]>
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 #847. The git --version --build-options change discussion is at #846 Signed-off-by: Clive Chan <[email protected]>
MICRO ISSUE TRACKER: portability problems in suggested commands
cmd /c ver
does not work in Git Bash becausecmd
is not in PATHcat /etc/install-options.txt
does not work in CMD because/etc
isn't a real thing on Windows.