Merge branch 'maint'

* maint:
  commit: quote the user name in the example
This commit is contained in:
Junio C Hamano 2010-02-24 15:34:07 -08:00
commit 251a4951a2

View File

@ -41,7 +41,7 @@ static const char implicit_ident_advice[] =
"on your username and hostname. Please check that they are accurate.\n" "on your username and hostname. Please check that they are accurate.\n"
"You can suppress this message by setting them explicitly:\n" "You can suppress this message by setting them explicitly:\n"
"\n" "\n"
" git config --global user.name Your Name\n" " git config --global user.name \"Your Name\"\n"
" git config --global user.email you@example.com\n" " git config --global user.email you@example.com\n"
"\n" "\n"
"If the identity used for this commit is wrong, you can fix it with:\n" "If the identity used for this commit is wrong, you can fix it with:\n"