~sircmpwn/git-send-email.io

9d03825f9dc223957f3b07608b43852093084da6 — bzqlcp 2 years ago 2c8927f
Fix meaning of "Sign off"
1 files changed, 7 insertions(+), 1 deletions(-)

M index.html
M index.html => index.html +7 -1
@@ 390,12 390,18 @@
            </p>
            <pre>git config format.signOff yes</pre>
            <p>
              By doing this you acknowledge that you have read the
              The meaning of a signoff depends on the project to which you’re
              committing. For example, it may certify that the committer has
              the rights to submit the work under the project’s license or
              agrees to a
              <a
                href="https://developercertificate.org/"
                target="_blank"
                rel="noopener"
              >Developer Certificate of Origin (DCO)</a>.
              Consult the documentation or leadership of the project to which
              you’re contributing to understand how the signoffs are used in
              that project.
            </p>
          </div>
          <div class="well">