public inbox for gcc-cvs-wwwdocs@sourceware.org
help / color / mirror / Atom feed
* gcc-wwwdocs branch master updated. f2df0e85a75108dc2878852f727fdabd6a98e03f
@ 2021-10-05 19:55 Jason Merrill
  0 siblings, 0 replies; only message in thread
From: Jason Merrill @ 2021-10-05 19:55 UTC (permalink / raw)
  To: gcc-cvs-wwwdocs

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gcc-wwwdocs".

The branch, master has been updated
       via  f2df0e85a75108dc2878852f727fdabd6a98e03f (commit)
      from  b99e91019bbb63d17eea6e5d75e8b9bc2a9b81cc (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f2df0e85a75108dc2878852f727fdabd6a98e03f
Author: Jason Merrill <jason@redhat.com>
Date:   Tue Oct 5 15:55:00 2021 -0400

    contribute: add some helpful commands

diff --git a/htdocs/contribute.html b/htdocs/contribute.html
index c0cce359..423ce9de 100644
--- a/htdocs/contribute.html
+++ b/htdocs/contribute.html
@@ -183,8 +183,12 @@ testcases cannot be added.
 A ChangeLog entry as plaintext; see the <a href="codingconventions.html#ChangeLogs">GCC
 coding conventions</a> and <a
 href="http://www.gnu.org/prep/standards_toc.html">GNU Coding
-Standards</a> for further information.</dd>
+Standards</a> for further information.
 
+<br/>The <code>git gcc-commit-mklog</code> command from
+<code>gcc-git-customization.sh</code> (see <a href="gitwrite.html">here</a>)
+automates a lot of ChangeLog generation.
+</dd>
 <dt>Bootstrapping and testing</dt>
 <dd>
 State the host and target combinations you used to do <a
@@ -369,6 +373,14 @@ original thread indicating that a new version has been submitted.</p>
   <li><code>[PATCH v2] wwwdocs: E-mail subject lines for contributions</code></li>
 </ul>
 
+<h4>git format-patch/send-email</h4>
+
+The <code>git format-patch</code> tool generates an email in the desired
+format, with the commit subject line as the email subject line
+with <code>[PATCH]</code> prepended.  You can send the resulting file as an
+email by itself (perhaps with <code>git send-email</code>) or as an attachment
+to another email.
+
 <h3>Pinging patches, Getting patches applied</h3>
 
 <p>If you do not receive a response to a patch that you have submitted

-----------------------------------------------------------------------

Summary of changes:
 htdocs/contribute.html | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
gcc-wwwdocs


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-10-05 19:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-05 19:55 gcc-wwwdocs branch master updated. f2df0e85a75108dc2878852f727fdabd6a98e03f Jason Merrill

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).