This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Use the canonical PR ChangeLog form in contributing.html


Howdy,

According to codingconventions.html (and a survey of recent ChangeLog
entries), the preferred format for ChangeLog entries that fix PRs is

	PR foo/123

but contributing.html uses

	Fixes PR foo/123

as an example.  The following patch changes it to the canonical form.
OK to commit?

-- 
Matt

	* htdocs/contributing.html: Use the canonical PR ChangeLog
	format.

Index: htdocs/contribute.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/contribute.html,v
retrieving revision 1.61
diff -u -c -3 -p -r1.61 contribute.html
*** htdocs/contribute.html	2 Oct 2004 12:55:38 -0000	1.61
--- htdocs/contribute.html	24 Nov 2004 07:37:54 -0000
*************** the PR.  The <code>cvs commit</code> mac
*** 204,210 ****
  extract this information and automatically append the commit log to
  the PR.  In order to be recognized, the text must fit a particular
  form.  It must start with "PR", and then must include the category
! and PR number.  For instance, <code>Fixes PR java/2369</code> is
  valid.  Multiple PRs can be mentioned in a single message.
  </dd>
  
--- 204,210 ----
  extract this information and automatically append the commit log to
  the PR.  In order to be recognized, the text must fit a particular
  form.  It must start with "PR", and then must include the category
! and PR number.  For instance, <code>PR java/2369</code> is
  valid.  Multiple PRs can be mentioned in a single message.
  </dd>
  


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]