X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=gitk;h=e21d7a28f1564992263951d575586931c21f511a;hb=d6e8149bc53de57cab7cc0d9aff6c2341f3a7efa;hp=b38d7cd0ed4fff6b76d591f36e96fef0cc64669b;hpb=94a2eede68f2d3cacef489044f5b822f45f2a10d;p=git.git diff --git a/gitk b/gitk index b38d7cd0..e21d7a28 100755 --- a/gitk +++ b/gitk @@ -48,7 +48,7 @@ proc getcommits {rargs} { exit 1 } set leftover {} - fconfigure $commfd -blocking 0 -translation binary + fconfigure $commfd -blocking 0 -translation lf fileevent $commfd readable "getcommitlines $commfd" $canv delete all $canv create text 3 3 -anchor nw -text "Reading commits..." \