Christian MICHON wrote:
On 1/30/07, Christian MICHON [off-list ref] wrote:
quoted
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)
just to be more clear: when using the .bat shortcut, calling gitk
from within git-gui fails.
Calling gitk from git-gui works here, even if git-gui was invoked from
the .bat file. But maybe just because I have all git tools in my $PATH.
And I have this CMD script in my $PATH as well:
D:\>cat D:\MSYS\1.0\git\bin\gitk.cmd
@echo off
start wish84 D:/MSYS/1.0/git/bin/gitk %1 %2 %3 %4 %5 %6 %7 %8 %9
(and, btw, a similar script for git-gui).
-- Hannes