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 --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>
--
2.26.2

Reply via email to