Skip to content

Commit

Permalink
[GH #49] Increase the author auto-abbreviation threshold to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas committed May 10, 2012
1 parent 5a938da commit 66a168d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tig.c
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ get_author_initials(const char *author)
return initials;
}

#define author_trim(cols) (cols == 0 || cols > 5)
#define author_trim(cols) (cols == 0 || cols > 10)

static const char *
mkauthor(const char *text, int cols, enum author author)
Expand Down

0 comments on commit 66a168d

Please sign in to comment.