gitk: Do not depend on Cygwin's "kill" command on Windows
commit7b68b0eebf2148808f005b65569a76a83e3482bd
authorSebastian Schuberth <sschuberth@gmail.com>
Thu, 23 Oct 2014 19:30:54 +0000 (23 21:30 +0200)
committerPaul Mackerras <paulus@samba.org>
Wed, 29 Oct 2014 22:43:11 +0000 (30 09:43 +1100)
tree982694665b86973924aa63a5044c73f40c53f300
parent09898e7c3b040086e8addd4ef226548c9dce1460
gitk: Do not depend on Cygwin's "kill" command on Windows

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>
gitk