* problem viewing git.git with gitk on cygwin
@ 2007-07-16 19:30 Ray Lehtiniemi
2007-07-17 3:14 ` Shawn O. Pearce
0 siblings, 1 reply; 2+ messages in thread
From: Ray Lehtiniemi @ 2007-07-16 19:30 UTC (permalink / raw)
To: git
hi all
i'm seeing a problem with gitk on cygwin. if i try and view the history of
git itself, it seems to stop at version 22dcbb. interestingly, the next
commit 3ef378 has an embedded CTRL-Z character in the commit message.
possible DOS EOF handling bug? or is there a repo setting i need to be
tweaking?
using git version 1.5.2.2, installed using the cygwin package setup tool.
thanks
ray
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: problem viewing git.git with gitk on cygwin
2007-07-16 19:30 problem viewing git.git with gitk on cygwin Ray Lehtiniemi
@ 2007-07-17 3:14 ` Shawn O. Pearce
0 siblings, 0 replies; 2+ messages in thread
From: Shawn O. Pearce @ 2007-07-17 3:14 UTC (permalink / raw)
To: Ray Lehtiniemi; +Cc: git
Ray Lehtiniemi <rayl@mail.com> wrote:
> i'm seeing a problem with gitk on cygwin. if i try and view the history of
> git itself, it seems to stop at version 22dcbb. interestingly, the next
> commit 3ef378 has an embedded CTRL-Z character in the commit message.
>
> possible DOS EOF handling bug? or is there a repo setting i need to be
> tweaking?
>
> using git version 1.5.2.2, installed using the cygwin package setup tool.
Not Git's fault; Tcl on Cygwin honors EOF. Because nobody would
ever put that byte into a data stream. ;-)
Looks like gitk needs to add -eofchar {} to an fconfigure command
before it reads data from Git. Otherwise on Windows systems it
just stops reading. I better do the same to git-gui. *sigh*
--
Shawn.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-07-17 3:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-16 19:30 problem viewing git.git with gitk on cygwin Ray Lehtiniemi
2007-07-17 3:14 ` Shawn O. Pearce
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).