Fix auto-abbreviation of author names
commit7ccbcac2407502c14ce94d924a2dde02f4168dc3
authorJonas Fonseca <jonas.fonseca@gmail.com>
Thu, 1 May 2014 00:34:43 +0000 (30 20:34 -0400)
committerJonas Fonseca <jonas.fonseca@gmail.com>
Thu, 1 May 2014 00:34:43 +0000 (30 20:34 -0400)
tree8c40bea98d12d8203b64172523668967fd0c72a2
parent942ac254a9bf1c813a3a288452db83ee144bba49
Fix auto-abbreviation of author names

When all author names are less than 11 characters long all author names
would automatically be abbreviated. For example running this command in
the Git repository would show "Jeff King" as "JKing":

    > tig -S--porcelain Documentation/git-status.txt

Fix this by passing in the configured author column width instead of the
calculated column width.
src/draw.c