Re: [PATCH 1/2] Change error messages in ident.c...
From: Junio C Hamano <hidden> Date: 2016-06-15 22:53:48
Jeff King [off-list ref] writes:
I am also tempted to suggest that we simply replace the static buffers
with dynamic strbufs.
Yeah, I think that is a proper approach for this issue, as it will make
two of these messages unnecessary (or all? I couldn't think of a way
to deal with missing getpwent case myself, though).