ident.c: reword error message when the user name cannot be determined
commit6c293d408dbbd0206e80df3ecda7f1620cadaa94
authorSanti Béjar <sbejar@gmail.com>
Sat, 8 Mar 2008 11:30:04 +0000 (8 12:30 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 9 Mar 2008 03:43:21 +0000 (8 19:43 -0800)
tree404b18060737ccfb00aa04a8b3dddfd8ededfe4b
parent0bb91d9a6283661c32878f93a601828cac58d2d6
ident.c: reword error message when the user name cannot be determined

The "config --global" suggested in the message is a valid one-shot fix,
and hopefully one-shot across machines that NFS mounts the home directories.

This knowledge can hopefully be reused when you are forced to use git on
Windows, but the fix based on GECOS would not be applicable, so
it is not such a useful hint to mention the exact reason why the
name cannot be determined.

Signed-off-by: Santi Béjar <sbejar@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
ident.c