Code

git-gui: Add a 4 digit commit abbreviation to the blame viewer
authorShawn O. Pearce <spearce@spearce.org>
Fri, 1 Jun 2007 03:58:55 +0000 (23:58 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Wed, 6 Jun 2007 05:26:42 +0000 (01:26 -0400)
commita46fe1c1c0007fbbe0c196e7cc0db89567a8eae0
tree87fc2d29288145ad9455fd34d954421bf0a0201a
parent9adccb057e2654f259bd98c04012e97a30322c1b
git-gui: Add a 4 digit commit abbreviation to the blame viewer

We now show the first 4 digits of each commit in the left most
column of our blame viewer, before the line numbers.  These are
drawn as the data becomes available from git-blame --incremental,
and helps the user to visually group lines together.

I'm using only the first 4 digits because within a given cluster
of lines its unlikely that two neighboring commits will have the
same 4 digit prefix.

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