Code

git-gui: Ignore 'No newline at end of file' marker line.
authorShawn O. Pearce <spearce@spearce.org>
Tue, 23 Jan 2007 00:18:39 +0000 (19:18 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Tue, 23 Jan 2007 06:48:50 +0000 (01:48 -0500)
commite54a1bd122007af30fcf174a57f892157501673f
tree092ad57ae3f4c57f9b58c642cb215d1a7df12a9b
parent75e78c8a1bb273461c14a5b37f9b06215f502e67
git-gui: Ignore 'No newline at end of file' marker line.

If one or both versions of the file don't have a newline at the end
of the file we get a line telling us so in the diff output.  This
shouldn't be tagged, nor should it generate a warning about not
being tagged.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-gui.sh