git-gui: Skip nicknames when selecting author initials
commit88dce86f38bed84abadd73bbc40d9df92b7519db
authorShawn O. Pearce <spearce@spearce.org>
Mon, 9 Jul 2007 01:06:43 +0000 (8 21:06 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 9 Jul 2007 01:06:43 +0000 (8 21:06 -0400)
treef59eb4e744b3d3a90c453dd78e4573bfaf769ede
parent47282d4646372aa859908c3b9471b96c385abe5f
git-gui: Skip nicknames when selecting author initials

Our blame viewer only grabbed the first initial of the git.git
author string "Simon 'corecode' Schubert".  Here the problem was we
looked at Simon, pulled the S into the author initials, then saw
the single quote as the start of the next name and did not like
this character as it was not an uppercase letter.

We now skip over single quoted nicknames placed within the author
name field and grab the initials following it.  So the above name
will get the initials SS, rather than just S.

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