Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Symonds <dsymonds@gmail.com>2007-12-07 02:36:45 +0300
committerJunio C Hamano <gitster@pobox.com>2007-12-07 10:20:11 +0300
commit8e7425da782cbdff4531d84e0ef4ec7bd3ae23d7 (patch)
tree33bfc06721ca1d75af163796365c5ff41be57101 /ident.c
parentf23272f3fd84fd37d97917f37233fbf01deb32b4 (diff)
Change from using email.com to example.com as example domain, as per RFC 2606.
Signed-off-by: David Symonds <dsymonds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
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 9b2a852cb0..3f6c29b74d 100644
--- a/ident.c
+++ b/ident.c
@@ -185,7 +185,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"