Make "empty ident" error message a bit more helpful.
authorJunio C Hamano <junkio@cox.net>
Sat, 18 Feb 2006 09:20:06 +0000 (01:20 -0800)
committerJunio C Hamano <junkio@cox.net>
Sat, 18 Feb 2006 09:24:38 +0000 (01:24 -0800)
commit925f9187697acfdbd7dbfe15e8420e1d3a671433
treea0aa611af077c7718b0ab659141af5682400688d
parent62a4417b574ce5120882016fd7803b9bccf68a67
Make "empty ident" error message a bit more helpful.

It appears that some people who did not care about having bogus
names in their own commit messages are bitten by the recent
change to require a sane environment [*1*].

While it was a good idea to prevent people from using bogus
names to create commits and doing sign-offs, the error message
is not very informative.  This patch attempts to warn things
upfront and hint people how to fix their environments.

[Footnote]

*1* The thread is this one.

    http://marc.theaimsgroup.com/?t=113868084800004

    Especially this message.

    http://marc.theaimsgroup.com/?m=113932830015032

Signed-off-by: Junio C Hamano <junkio@cox.net>
ident.c