author | Shawn O. Pearce <spearce@spearce.org> | |
Fri, 1 Jun 2007 03:58:55 +0000 (23:58 -0400) | ||
committer | Shawn O. Pearce <spearce@spearce.org> | |
Wed, 6 Jun 2007 05:26:42 +0000 (01:26 -0400) | ||
commit | a46fe1c1c0007fbbe0c196e7cc0db89567a8eae0 | |
tree | 87fc2d29288145ad9455fd34d954421bf0a0201a | tree | snapshot |
parent | 9adccb057e2654f259bd98c04012e97a30322c1b | commit | diff |
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>
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 | diff | blob | history |