]> git.ipfire.org Git - thirdparty/git.git/commit - pretty.c
pretty: remove intermediate strbufs from pp_user_info()
authorRené Scharfe <rene.scharfe@lsrfire.ath.cx>
Thu, 25 Apr 2013 19:43:56 +0000 (21:43 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 25 Apr 2013 22:02:54 +0000 (15:02 -0700)
commita0511b3934287d0dbffdb28ff6f00a220f794e06
treec7d5518954f497a3deb09d30f7500319260e55b5
parent97a17e7721dd026dbc4213608d4c61a9351ae527
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>
pretty.c