Code

gitk: Handle blobs containing a DOS end-of-file marker
authorPat Thoyts <patthoyts@users.sourceforge.net>
Mon, 16 Mar 2009 10:24:40 +0000 (10:24 +0000)
committerPaul Mackerras <paulus@samba.org>
Mon, 23 Mar 2009 10:52:57 +0000 (21:52 +1100)
commit681c3290e379e61f9dd762039f140296434d1d9f
treeea90fe43649a5660c9baa9f1bc07a5193abf8f65
parent52b8ea934ecd24b52806188b53367aaa6185deb3
gitk: Handle blobs containing a DOS end-of-file marker

If a patchset contains an EOF marker (Ctrl-Z) the blob diff terminates
at that point.  This permits gitk to ignore the eof and continue to
display any subsequent blobs and also displays a sensible representation
of the eof char.

Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
Signed-off-by: Paul Mackerras <paulus@samba.org>
gitk