Steffen Prohaska <prohaska@xxxxxx> 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. Thanks, I have both of these applied now to master and will push it out shortly, along with the mingw version fix you had sent me much earlier. > +if { $argc >=2 && [lindex $argv 0] == "--working-dir" } { > + cd [lindex $argv 1] > + set argv [lrange $argv 2 end] > + incr argc -2 > +} Perhaps someday in the future we'll put this into git-gui.sh so all platforms can use it. Today, its Windows only. ;-) -- Shawn. - 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