Commit 6605f51d81a9ccfb1b5a1c1689a57cf3f5b2f5b3

Sven Strickroth 2012-09-24T18:50:37

Automatically detect msysgit installation path Do not hardcode the installation path of msysgit, but read installation path from registry. Also "%PROGRAMFILES%\Git\etc" won't work on x64 systems with 64-bit libgit2, because msysgit is x86 only and located in "%ProgramFiles(x86)%\Git\etc". Signed-off-by: Sven Strickroth <email@cs-ware.de>