Code

git-gui: Show original filename in blame tooltip
authorShawn O. Pearce <spearce@spearce.org>
Sat, 2 Jun 2007 01:59:29 +0000 (21:59 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Wed, 6 Jun 2007 05:26:47 +0000 (01:26 -0400)
commit79c50bf3ee1e0fb5c257ed6f6680cae726a4c412
tree8e72a8d49cacf46e0aede29e18ad38d9b651a8c8
parent669fbc3d09b259bb3bc3bd2ab126ceb28db61b16
git-gui: Show original filename in blame tooltip

If we have two commits right next to each other in the final
file and they were kept as different blocks in the leftmost
column then its probably because the original filename was
different.  To help the user know where they are digging into
when they click on that link we now show the original file in
the tooltip, but to save space we do so only if the original
file is not the same as the file we are currently viewing.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
lib/blame.tcl