aboutsummaryrefslogtreecommitdiffstats
path: root/ident.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2007-12-06 23:20:18 -0800
committerJunio C Hamano <gitster@pobox.com>2007-12-06 23:20:18 -0800
commit08e1812db1585c450bfe7f41e7106222346c88da (patch)
treebd403178f2f16dfe458cb5852f7e8e50fc038c61 /ident.c
parentc7860507f0b8974359616d7047f76f1723843156 (diff)
parent8e7425da782cbdff4531d84e0ef4ec7bd3ae23d7 (diff)
downloadgit-08e1812db1585c450bfe7f41e7106222346c88da.tar.gz
Merge branch 'maint'
* maint: Change from using email.com to example.com as example domain, as per RFC 2606.
Diffstat (limited to 'ident.c')
-rw-r--r--ident.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ident.c b/ident.c
index 07b4998f71..7631698f27 100644
--- a/ident.c
+++ b/ident.c
@@ -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"