From: Mark Levedahl Date: Tue, 17 Jul 2007 22:42:04 +0000 (-0400) Subject: [PATCH] gitk: Ignore ctrl-z as EOF on windows X-Git-Tag: v1.5.3-rc4~54^2~3 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/86da5b6c978be1e64ec42c8b08e815a83f02493e?hp=86da5b6c978be1e64ec42c8b08e815a83f02493e [PATCH] gitk: Ignore ctrl-z as EOF on windows Cygwin's Tcl is configured to honor any occurence of ctrl-z as an end-of-file marker, while some commits in the git repository and possibly elsewhere include that character in the commit comment. This causes gitk ignore commit history following such a comment and incorrect graphs. This change affects only Windows as Tcl on other platforms already has eofchar == {}. This fixes problems noted by me and by Ray Lehtiniemi, and the fix was suggested by Shawn Pierce. Signed-off-by: Mark Levedahl Signed-off-by: Paul Mackerras ---