git-gui/gitk: Do not depend on Cygwin's "kill" command on Windows
commit3b422bc85495d93dd2e3f3ee1f7c792193393687
authorSebastian Schuberth <sschuberth@gmail.com>
Thu, 23 Oct 2014 19:30:54 +0000 (23 21:30 +0200)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Thu, 6 Nov 2014 22:13:32 +0000 (6 22:13 +0000)
tree0892363756cbb91e4c6d6ed7b2c3dfa0630b16cd
parenta43c5f51a4b1e56b746295f19daa240283092005
git-gui/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 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: Pat Thoyts <patthoyts@users.sourceforge.net>
git-gui.sh