Re: MinGW port usable
From: Johannes Schindelin <hidden>
Date: 2016-06-15 22:42:51
Hi, On Tue, 30 Jan 2007, Christian MICHON wrote:
On 1/30/07, Christian MICHON [off-list ref] wrote:quoted
On 1/30/07, Shawn O. Pearce [off-list ref] wrote:quoted
Try creating a desktop icon (Repository->Create Desktop Icon) and start git-gui from the resulting .bat file. It *should* come up right on MinGW, but I'm only guessing here.ok, yes it's working. :) but call gitk from inside it fail :( "error in startup script" ( git-peek-remote is not working from git-gui, could be path related. It's hard to tell why yet) -- Christianjust to be more clear: when using the .bat shortcut, calling gitkquoted
from within git-gui fails.
I guess you need to change the .bat shortcut, so that the tcl script is called via bash instead of directly from cmd. Otherwise git-gui does not have a chance to find the MSYS environment. Ciao, Dscho