SubmittingPatches: Clarify the Signed-off-by rules
[gitweb.git] / Documentation / SubmittingPatches
index eb53e0636e3c3bab06e88ce3371945f5602c5756..2e18f6b440adad6598e4bda1921122b1f86c276a 100644 (file)
@@ -13,11 +13,9 @@ Checklist (and a short version for the impatient):
                  not "changed" or "changes".
                - includes motivation for the change, and contrasts
                  its implementation with previous behaviour
-       - if you want your work included in git.git, add a
-         "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
+       - add a "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
        - make sure that you have tests for the bug you are fixing
        - make sure that the test suite passes after your commit