git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Change from using email.com to example.com as example domain, as per RFC 2606.
@ 2007-12-06 23:36 David Symonds
  2007-12-07  7:01 ` Mike Hommey
  0 siblings, 1 reply; 2+ messages in thread
From: David Symonds @ 2007-12-06 23:36 UTC (permalink / raw)
  To: Junio Hamano; +Cc: git, David Symonds

Signed-off-by: David Symonds <dsymonds@gmail.com>
---
 Documentation/SubmittingPatches |    2 +-
 ident.c                         |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/SubmittingPatches b/Documentation/SubmittingPatches
index 83bf54c..d234c8d 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 <your@email.com>" line to the
+	  "Signed-off-by: Your Name <your@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 07b4998..7631698 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"
-- 
1.5.3.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Change from using email.com to example.com as example domain, as per RFC 2606.
  2007-12-06 23:36 [PATCH] Change from using email.com to example.com as example domain, as per RFC 2606 David Symonds
@ 2007-12-07  7:01 ` Mike Hommey
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Hommey @ 2007-12-07  7:01 UTC (permalink / raw)
  To: David Symonds; +Cc: Junio Hamano, git

On Fri, Dec 07, 2007 at 10:36:45AM +1100, David Symonds wrote:
> -	  "Signed-off-by: Your Name <your@email.com>" line to the
> +	  "Signed-off-by: Your Name <your@example.com>" line to the

you@example.com would be better IMHO.

Mike

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-12-07  7:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-06 23:36 [PATCH] Change from using email.com to example.com as example domain, as per RFC 2606 David Symonds
2007-12-07  7:01 ` Mike Hommey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).