diff mbox series

[DOC] gcc-changelog: document additional authors

Message ID 727b6524-ab95-b29e-9130-3c95af7a4e8c@suse.cz
State New
Headers show
Series [DOC] gcc-changelog: document additional authors | expand

Commit Message

Martin Liška June 10, 2020, 1:47 p.m. UTC
Hello.

I've just pushed the documentation improvement about Co-Authored-By.

Martin

---
  htdocs/codingconventions.html | 3 ++-
  1 file changed, 2 insertions(+), 1 deletion(-)
diff mbox series

Patch

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.</p>
      <li>script automatically generates missing "New file." entries for files that are added in a commit</li>
      <li>changed files that are not mentioned in a ChangeLog file generate an error</li>
      <li>similarly for unchanged files that are mentioned in a ChangeLog file</li>
-    <li>a commit author and committer date stamp can be automatically deduced from a git commit - we recommend to use it</li>
+    <li>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</li>
      <li><code>co_authored_by</code> is added to each ChangeLog entry</li>
      <li>a PR component is checked against list of valid components</li>
      <li><code>ChangeLog</code> files, <code>DATESTAMP</code>, <code>BASE-VER</code> and <code>DEV-PHASE</code> can be modified only separately from other files</li>