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>
Wed, 22 Feb 2006 21:14:57 +0000 (13:14 -0800)
commit2fb4a21074cdd62ecdbb1fd491f743483275e2a4
tree833717b9f78c0fb8af629847fc72f9d2d8cffac7
parent15b4d577ae2e0117b7b5a4add2217442a8458812
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