commit | 11bf87076a686dbfe696dd21333486cab55e6fbb | [log] [tgz] |
---|---|---|
author | Tim Henigan <tim.henigan@gmail.com> | Thu Mar 22 15:52:20 2012 -0400 |
committer | Junio C Hamano <gitster@pobox.com> | Fri Mar 23 11:46:26 2012 -0700 |
tree | a3ae773863a2ea1b9698d5de7cd553ec74d29bf1 | |
parent | db607087d0f1256b745b9a878623060d775f1817 [diff] |
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>