Skip to content

Commit 8e7425d

Browse files
dsymondsgitster
authored andcommitted
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>
1 parent f23272f commit 8e7425d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Documentation/SubmittingPatches

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Checklist (and a short version for the impatient):
1010
- the first line of the commit message should be a short
1111
description and should skip the full stop
1212
- if you want your work included in git.git, add a
13-
"Signed-off-by: Your Name <your@email.com>" line to the
13+
"Signed-off-by: Your Name <you@example.com>" line to the
1414
commit message (or just use the option "-s" when
1515
committing) to confirm that you agree to the Developer's
1616
Certificate of Origin

ident.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ static const char *env_hint =
185185
"\n"
186186
"Run\n"
187187
"\n"
188-
" git config --global user.email \"you@email.com\"\n"
188+
" git config --global user.email \"you@example.com\"\n"
189189
" git config --global user.name \"Your Name\"\n"
190190
"\n"
191191
"to set your account\'s default identity.\n"

0 commit comments

Comments
 (0)