From: David Symonds Date: Thu, 6 Dec 2007 23:36:45 +0000 (+1100) Subject: Change from using email.com to example.com as example domain, as per RFC 2606. X-Git-Tag: v1.5.4-rc0~37^2~1 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=8e7425da782cbdff4531d84e0ef4ec7bd3ae23d7;p=git.git Change from using email.com to example.com as example domain, as per RFC 2606. Signed-off-by: David Symonds Signed-off-by: Junio C Hamano --- diff --git a/Documentation/SubmittingPatches b/Documentation/SubmittingPatches index 83bf54c7a..de08d094e 100644 --- a/Documentation/SubmittingPatches +++ b/Documentation/SubmittingPatches @@ -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 " line to the + "Signed-off-by: Your Name " 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 9b2a852cb..3f6c29b74 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"