difftool: stop appending '.exe' to git
commit11bf87076a686dbfe696dd21333486cab55e6fbb
authorTim Henigan <tim.henigan@gmail.com>
Thu, 22 Mar 2012 19:52:20 +0000 (22 15:52 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 23 Mar 2012 18:46:26 +0000 (23 11:46 -0700)
treea3ae773863a2ea1b9698d5de7cd553ec74d29bf1
parentdb607087d0f1256b745b9a878623060d775f1817
difftool: stop appending '.exe' to git

The system call to Git works the same whether or not ".exe" is
appended to "git". The extra code is not necessary.

Signed-off-by: Tim Henigan <tim.henigan@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-difftool.perl