summaryrefslogtreecommitdiff
path: root/git-gui/lib/commit.tcl
diff options
context:
space:
mode:
authorShawn O. Pearce <spearce@spearce.org>2007-07-08 21:06:43 -0400
committerShawn O. Pearce <spearce@spearce.org>2007-07-08 21:06:43 -0400
commit88dce86f38bed84abadd73bbc40d9df92b7519db (patch)
treef59eb4e744b3d3a90c453dd78e4573bfaf769ede /git-gui/lib/commit.tcl
parent47282d4646372aa859908c3b9471b96c385abe5f (diff)
downloadgit-88dce86f38bed84abadd73bbc40d9df92b7519db.tar.gz
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>
Diffstat (limited to 'git-gui/lib/commit.tcl')
0 files changed, 0 insertions, 0 deletions