https://github.com/git/git
Revision 7b68b0eebf2148808f005b65569a76a83e3482bd authored by Sebastian Schuberth on 23 October 2014, 19:30:54 UTC, committed by Paul Mackerras on 29 October 2014, 22:43:11 UTC
Windows does not necessarily mean Cygwin, it could also be MSYS. The
latter ships with a version of "kill" that does not understand "-f".
In msysgit this was addressed by shipping Cygwin's version of kill.

Properly fix this by using the stock Windows "taskkill" command instead,
which is available since Windows XP Professional.

Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
1 parent 09898e7
History
Tip revision: 7b68b0eebf2148808f005b65569a76a83e3482bd authored by Sebastian Schuberth on 23 October 2014, 19:30:54 UTC
gitk: Do not depend on Cygwin's "kill" command on Windows
Tip revision: 7b68b0e
File Mode Size
po
.gitignore -rw-r--r-- 27 bytes
Makefile -rw-r--r-- 2.1 KB
gitk -rwxr-xr-x 337.9 KB

back to top