commit | a0511b3934287d0dbffdb28ff6f00a220f794e06 | [log] [tgz] |
---|---|---|
author | René Scharfe <rene.scharfe@lsrfire.ath.cx> | Thu Apr 25 21:43:56 2013 +0200 |
committer | Junio C Hamano <gitster@pobox.com> | Thu Apr 25 15:02:54 2013 -0700 |
tree | c7d5518954f497a3deb09d30f7500319260e55b5 | |
parent | 97a17e7721dd026dbc4213608d4c61a9351ae527 [diff] |
pretty: remove intermediate strbufs from pp_user_info() Use namebuf/namelen and mailbuf/maillen directly instead of copying their contents into strbufs first. Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx> Signed-off-by: Junio C Hamano <gitster@pobox.com>