Commit ea75ee3598ab6f8d0828f introduced logic to guess where
share/git-gui/lib is at runtime, and this is broken on Cygwin. The basic
problem is that:
/usr/bin = c:\cygwin\bin
/usr/share = c:\cygwin\usr\share
The detection logic correctly finds the wish binary in c:\cygwin\bin,
and then assumes that the share directory is c:\cygwin\share rather than
c:\cygwin\usr\share. Given this, git-gui does not load as it cannot find
its share/git-gui/lib directory
Mark Levedahl
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html