Code

git-gui: Don't attempt to tag new file/deleted file headers in diffs.
authorShawn O. Pearce <spearce@spearce.org>
Mon, 22 Jan 2007 23:24:45 +0000 (18:24 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Tue, 23 Jan 2007 06:48:49 +0000 (01:48 -0500)
commite0c781b34756ce47ab9a6ae89eba8067733d6e5c
tree85c2917904c340c55f1f72e68cf0f4c8065124c5
parent46aaf90b4901cbae9da9d59ba8cc914dcfc38aa3
git-gui: Don't attempt to tag new file/deleted file headers in diffs.

We don't want to tag these new file/delete file lines, as they aren't
actually that interesting.  Its quite clear from the diff itself that
the file is a new file or is a deleted file (as the entire thing will
appear in the diff).

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