| commit | 97a17e7721dd026dbc4213608d4c61a9351ae527 | [log] [tgz] |
|---|---|---|
| author | René Scharfe <rene.scharfe@lsrfire.ath.cx> | Thu Apr 25 21:41:57 2013 +0200 |
| committer | Junio C Hamano <gitster@pobox.com> | Thu Apr 25 15:02:53 2013 -0700 |
| tree | ae6e636d3706de19bdcc4e95f47e813134f00ebc | |
| parent | 30e77bcb5008d1947c721fb084e21eeaa591c45e [diff] |
pretty: simplify output line length calculation in pp_user_info() Keep namelen unchanged and don't use it to hold a value that we're not interested in anyway -- we can use maillen and the constant part directly instead. This simplifies the code slightly and prepares for the next patch that makes use of the original value of namelen. Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx> Signed-off-by: Junio C Hamano <gitster@pobox.com>