git-gui: Describe deleted symlinks in a more friendly way.
commit0d5709cf88e9f242e0e31ccbda42a1c827c90a22
authorShawn O. Pearce <spearce@spearce.org>
Sun, 19 Nov 2006 06:06:42 +0000 (19 01:06 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Sun, 19 Nov 2006 06:06:42 +0000 (19 01:06 -0500)
treebb16b5121f1882a5e247ae0a77c9b0f3799fbfa1
parent86291555c94300b057a156d87239a6cab09511b3
git-gui: Describe deleted symlinks in a more friendly way.

Currently core-git's diff utilities report a deleted symlink as a
deleted file with a mode of 120000.  This is not nearly as user
friendly as one might like, as the user must remember that 120000
is the UNIX mode bits for a symlink.  So instead we transform
the not-so-friendly message from core-git into a slightly more
user friendly "deleted symlink" message.

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