refactor msys_path into git_path returning path to git executable
commit4ddff82edf052c52af7544bd1b808c3fb1d843af
authorHeiko Voigt <hvoigt@hvoigt.net>
Tue, 6 Oct 2009 19:47:42 +0000 (6 21:47 +0200)
committerHeiko Voigt <hvoigt@hvoigt.net>
Tue, 6 Oct 2009 19:47:42 +0000 (6 21:47 +0200)
treea893c240b7d4a5cc5ae2f84c90f899c8d3a94408
parent36528fa90484054203703241fc354f99d559d516
refactor msys_path into git_path returning path to git executable

The purpose of msys_path was very msys specific and used as a
start for searching the git executeables. We now find the path
to git and return it.

Signed-off-by: Heiko Voigt <hvoigt@hvoigt.net>
common/exec.c
common/systeminfo.h
explorer/ext.c
explorer/systeminfo.c