Hi, On Fri, 25 May 2007, Johannes Sixt wrote: > * I personally think that the files should go into > > $PROGRAMFILES/Git/{bin,share,lib} > instead of > $PROGRAMFILES/Git/usr/{bin,share,lib} Agree. It is trivial, but it will help others. It might also be a good idea to have a shortcut in "$PF/Git/Git Gui.lnk" to the git gui (once it is working, that is). > * git-gui and gitk don't work out of the box because they have the path > to wish hardcoded. They can't be started from CMD at all. I have written > wrappers gitk.cmd and git-gui.cmd with these 2 lines: > > @echo off > start wish84 D:/MSYS/1.0/git/bin/gitk %* > > But as you can see, the path is still hard-coded (but it is good enough > for me for the moment). I'd also like to see bash, perl and wish bundled with the install (Windows lusers are so used to one big install package, so it is an _advantage_ to have a bigger download). > * perl scripts like git-remote contain a hard-coded path to the > installation directory and don't work for this reason. GITPERLLIB should be set from the wrapper script, I think. Ciao, Dscho - 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