Fixed spurious "/bin/sh: --list: command not found" error
authorPeter Karlsson <peter@softwolves.pp.se>
Tue, 18 Mar 2008 08:42:24 +0000 (09:42 +0100)
committerJonas Fonseca <fonseca@diku.dk>
Wed, 19 Mar 2008 20:47:39 +0000 (21:47 +0100)
commitbfb1ff9519ef60d33d6befe6c24b77233b776a33
tree47994de94c2afced06a7d00a05ce60ff561df93f
parentc630ef12f388ecb40834d9b4456ce80fc499dedf
Fixed spurious "/bin/sh: --list: command not found" error

If git has been installed with a separate libexecdir which is not in path
(for example, a standard msysgit installation), tig would not find
"git-config", and we must instead find the "git" binary and call it as
"git config".

Signed-off-by: Peter Karlsson <peter@softwolves.pp.se>
Signed-off-by: Jonas Fonseca <fonseca@diku.dk>
configure.ac