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:
authorJunio C Hamano <gitster@pobox.com>2007-12-07 10:20:18 +0300
committerJunio C Hamano <gitster@pobox.com>2007-12-07 10:20:18 +0300
commit08e1812db1585c450bfe7f41e7106222346c88da (patch)
treebd403178f2f16dfe458cb5852f7e8e50fc038c61 /Documentation
parentc7860507f0b8974359616d7047f76f1723843156 (diff)
parent8e7425da782cbdff4531d84e0ef4ec7bd3ae23d7 (diff)
Merge branch 'maint'
* maint: Change from using email.com to example.com as example domain, as per RFC 2606.
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/SubmittingPatches2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/SubmittingPatches b/Documentation/SubmittingPatches
index 83bf54c7ac..de08d094e3 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 <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