From: Santi Béjar Date: Sat, 8 Mar 2008 11:30:04 +0000 (+0100) Subject: ident.c: reword error message when the user name cannot be determined X-Git-Tag: v1.5.4.4~1 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=6c293d408dbbd0206e80df3ecda7f1620cadaa94;p=git.git 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 Signed-off-by: Junio C Hamano --- diff --git a/ident.c b/ident.c index b839dcf5f..ed44a5345 100644 --- a/ident.c +++ b/ident.c @@ -171,7 +171,7 @@ static const char au_env[] = "GIT_AUTHOR_NAME"; static const char co_env[] = "GIT_COMMITTER_NAME"; static const char *env_hint = "\n" -"*** Your name cannot be determined from your system services (gecos).\n" +"*** Please tell me who you are.\n" "\n" "Run\n" "\n"