Code

Change from using email.com to example.com as example domain, as per RFC 2606.
authorDavid Symonds <dsymonds@gmail.com>
Thu, 6 Dec 2007 23:36:45 +0000 (10:36 +1100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 7 Dec 2007 07:20:11 +0000 (23:20 -0800)
Signed-off-by: David Symonds <dsymonds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/SubmittingPatches
ident.c

index 83bf54c7ac153b7010dcecc34d28c05dc68c10b6..de08d094e3e3683913bac49f643bb6b49fbec04d 100644 (file)
@@ -10,7 +10,7 @@ Checklist (and a short version for the impatient):
        - the first line of the commit message should be a short
          description and should skip the full stop
        - if you want your work included in git.git, add a
-         "Signed-off-by: Your Name <your@email.com>" line to the
+         "Signed-off-by: Your Name <you@example.com>" line to the
          commit message (or just use the option "-s" when
          committing) to confirm that you agree to the Developer's
          Certificate of Origin
diff --git a/ident.c b/ident.c
index 9b2a852cb00327a607946caa864fcf31184da28e..3f6c29b74ddab694337c4bf6b9c35cafbbd0a601 100644 (file)
--- 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"