From: Junio C Hamano Date: Wed, 17 Aug 2011 21:30:35 +0000 (-0700) Subject: revision.c: update show_object_with_name() without using malloc() X-Git-Tag: v1.7.8-rc0~140^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/beba25abbc34a07e07ce933210cda15202ef76cc?hp=beba25abbc34a07e07ce933210cda15202ef76cc revision.c: update show_object_with_name() without using malloc() Allocating and then immediately freeing temporary memory a million times when listing a million objects is distasteful. Signed-off-by: Junio C Hamano ---