From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1851) id 536403851C3B; Wed, 10 Jun 2020 13:46:35 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 536403851C3B To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 8be05148b4190ad49ceefb9bac0a75113c1aaa55 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 1dd508534fb35f65bceecc64145a4a8baf4765db X-Git-Newrev: 8be05148b4190ad49ceefb9bac0a75113c1aaa55 Message-Id: <20200610134635.536403851C3B@sourceware.org> Date: Wed, 10 Jun 2020 13:46:35 +0000 (GMT) From: Martin Liska X-BeenThere: gcc-cvs-wwwdocs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs-wwwdocs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jun 2020 13:46:35 -0000 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 8be05148b4190ad49ceefb9bac0a75113c1aaa55 (commit) from 1dd508534fb35f65bceecc64145a4a8baf4765db (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 8be05148b4190ad49ceefb9bac0a75113c1aaa55 Author: Martin Liska Date: Wed Jun 10 15:46:10 2020 +0200 gcc-changelog: document additional authors diff --git a/htdocs/codingconventions.html b/htdocs/codingconventions.html index 6ae962ea..a08ddcbb 100644 --- a/htdocs/codingconventions.html +++ b/htdocs/codingconventions.html @@ -171,7 +171,8 @@ a large batch of changes.

  • script automatically generates missing "New file." entries for files that are added in a commit
  • changed files that are not mentioned in a ChangeLog file generate an error
  • similarly for unchanged files that are mentioned in a ChangeLog file
  • -
  • a commit author and committer date stamp can be automatically deduced from a git commit - we recommend to use it
  • +
  • a commit author and committer date stamp can be automatically deduced from a git commit + (additional authors are taken from Co-Authored-By trailer) - we recommend to use it
  • co_authored_by is added to each ChangeLog entry
  • a PR component is checked against list of valid components
  • ChangeLog files, DATESTAMP, BASE-VER and DEV-PHASE can be modified only separately from other files
  • ----------------------------------------------------------------------- Summary of changes: htdocs/codingconventions.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs