diff options
Diffstat (limited to 'src/docs/Sending-Git-mails.html')
-rw-r--r-- | src/docs/Sending-Git-mails.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/docs/Sending-Git-mails.html b/src/docs/Sending-Git-mails.html index 5bbbd7b..5dcfbe6 100644 --- a/src/docs/Sending-Git-mails.html +++ b/src/docs/Sending-Git-mails.html @@ -21,7 +21,7 @@ Documentation License." --> <link href="index.html" rel="start" title="Top"> <link href="index.html#SEC_Contents" rel="contents" title="Table of Contents"> <link href="Contribution-Guidelines.html" rel="up" title="Contribution Guidelines"> -<link href="Init-System.html" rel="next" title="Init System"> +<link href="GNU-Free-Documentation-License.html" rel="next" title="GNU Free Documentation License"> <link href="Repository-Conventions.html" rel="prev" title="Repository Conventions"> <style type="text/css"> <!-- @@ -51,7 +51,7 @@ ul.no-bullet {list-style: none} Previous: <a href="Conventions.html" accesskey="p" rel="prev">Conventions</a>, Up: <a href="Contribution-Guidelines.html" accesskey="u" rel="up">Contribution Guidelines</a> [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p> </div> <hr> -<span id="Sending-Git-mails-1"></span><h3 class="section">3.2 Sending Git mails</h3> +<span id="Sending-Git-mails-1"></span><h3 class="section">4.2 Sending Git mails</h3> <p>As mentioned, the preferred way of contribution is via patches. The easiest way for sending git mails without <code>git send-email</code> is using <code>msmtp</code>. @@ -101,5 +101,6 @@ $ for file in *.patch; do msmtp -t -a my-mail < $patch; done + </body> </html> |