Hi, On Wed, 10 Oct 2007, Steffen Prohaska wrote: > The wrapper adds the directory it is installed in to PATH. > This is required for the git commands implemented in shell. > git-gui fails to launch them if PATH is not modified. > > The wrapper script also accepts an optional command line > switch '--working-dir <dir>' and changes to <dir> before > launching the actual git-gui. This is required to implement > the "Git Gui Here" Explorer shell extension. It should be mentioned here that the Explorer shell extension you talk about is the very simple extension provided by the Inno Installer. I have a much larger and versatile shell extension in mind: git-cheetah. And fixing it is probably trivial; it can both change directory to the current directory (sounds wrong, doesn't it?) and extend the PATH appropriately before calling git-gui. Note: the latter is not even necessary once we (correctly) add git to the PATH in the installer. 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