Merge branch 'maint'

* maint:
  Change from using email.com to example.com as example domain, as per RFC 2606.
This commit is contained in:
Junio C Hamano
2007-12-06 23:20:18 -08:00
2 changed files with 2 additions and 2 deletions

View File

@ -175,7 +175,7 @@ static const char *env_hint =
"\n"
"Run\n"
"\n"
" git config --global user.email \"you@email.com\"\n"
" git config --global user.email \"you@example.com\"\n"
" git config --global user.name \"Your Name\"\n"
"\n"
"to set your account\'s default identity.\n"