ident: reword empty ident error message
commitb00f6cfcd7232d90c4625c42eb9694d4ed2dc615
authorJeff King <peff@peff.net>
Thu, 24 May 2012 23:26:32 +0000 (24 19:26 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 25 May 2012 00:16:34 +0000 (24 17:16 -0700)
treecb63343e84ce910adecca031203538f57ad3448f
parenta21c2f94fb6e74ebddb5c78cf6b5f68983646530
ident: reword empty ident error message

There's on point in printing the name, since it is by
definition the empty string if we have reached this code
path. Instead, let's be more clear that we are complaining
about the empty name, but still show the email address that
it is attached to (since that may provide some context to
the user).

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
ident.c