git-gui: Show author initials in blame groups
commit223475a77c36919942c92f66c87b1e772a0ee2af
authorShawn O. Pearce <spearce@spearce.org>
Fri, 1 Jun 2007 20:10:56 +0000 (1 16:10 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Wed, 6 Jun 2007 05:26:46 +0000 (6 01:26 -0400)
treeeee8fd8f58560d178ae29773411bc7b872919cc4
parentddc1fa8f883fdef4d7501f3f08474f8f75927533
git-gui: Show author initials in blame groups

Frequently when I'm looking at blocks of code in the blame
viewer I want to know who is the culprit, or who I should
be praising for a job well done.  The tooltips nicely show
this if I mouse over a block, but it doesn't work to get
this detail at a glance.

Since we don't use the leftmost commit column for anything
after the first line within a commit group I'm now tossing
the author's initials into that field, right justified.  It
is quite clearly not a SHA-1 number as we always show the
SHA-1 in lowercase, while we explicitly select only the
uppercase characters from an author's name field, and only
those that are following whitespace.

I'm using initials here over anything else as they are quite
commonly unique within small development teams.  The leading
part of the email address field was out for some of the teams
I work with, as there the email addresses are all of the form
"Givenname.Surname@initech.com".  That will never fit into the
4 characters available.

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