From: Stephen Hemminger <stephen@networkplumber.org>
To: dev@dpdk.org
Cc: Stephen Hemminger <stephen@networkplumber.org>,
Thomas Monjalon <thomas@monjalon.net>
Subject: [PATCH] devtools: add Co-developed-by to commit log check
Date: Thu, 12 Mar 2026 11:54:03 -0700 [thread overview]
Message-ID: <20260312185403.1051832-1-stephen@networkplumber.org> (raw)
Add Co-developed-by to the recognized tag pattern and tag
sequence order in check-git-log.sh.
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
---
devtools/check-git-log.sh | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/devtools/check-git-log.sh b/devtools/check-git-log.sh
index 45a58fab4f..dee4056dad 100755
--- a/devtools/check-git-log.sh
+++ b/devtools/check-git-log.sh
@@ -53,7 +53,7 @@ bodylines=$(git log --format='%b' --reverse $range)
fixes=$(git log --format='%h %s' --reverse $range | grep -i ': *fix' | cut -d' ' -f1)
stablefixes=$($selfdir/git-log-fixes.sh $range | sed '/(N\/A)$/d' | cut -d' ' -f2)
tags=$(git log --format='%b' --reverse $range | grep -i -e 'by *:' -e 'fix.*:')
-bytag='\(Reported\|Suggested\|Signed-off\|Acked\|Reviewed\|Tested\)-by:'
+bytag='\(Co-developed\|Reported\|Suggested\|Signed-off\|Acked\|Reviewed\|Tested\)-by:'
reltag='Coverity issue:\|Bugzilla ID:\|Fixes:\|Cc:'
failure=false
@@ -233,10 +233,11 @@ bad=$(for commit in $commits; do
SEQ[4] = "^$";
SEQ[5] = "Reported-by";
SEQ[6] = "Suggested-by";
- SEQ[7] = "Signed-off-by";
- SEQ[8] = "Acked-by";
- SEQ[9] = "Reviewed-by";
- SEQ[10] = "Tested-by";
+ SEQ[7] = "Co-developed-by";
+ SEQ[8] = "Signed-off-by";
+ SEQ[9] = "Acked-by";
+ SEQ[10] = "Reviewed-by";
+ SEQ[11] = "Tested-by";
latest = 0;
chronological = 0;
}
--
2.51.0
next reply other threads:[~2026-03-12 18:54 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-12 18:54 Stephen Hemminger [this message]
2026-03-12 18:56 ` [PATCH] devtools: add Co-developed-by to commit log check Thomas Monjalon
2026-03-12 20:10 ` Stephen Hemminger
2026-03-12 20:27 ` Thomas Monjalon
2026-03-12 22:46 ` Stephen Hemminger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260312185403.1051832-1-stephen@networkplumber.org \
--to=stephen@networkplumber.org \
--cc=dev@dpdk.org \
--cc=thomas@monjalon.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox