Skip to content

Commit 2bda9b9

Browse files
committed
Refine commit trailer for multiple authors
'Co-authored-by' trailers are formally used. See https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors Change-Id: I04071341ab0ffa5d5c5c4d55fd483d353777b5a3
1 parent eea1c6d commit 2bda9b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/commit-msg.hook

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ build_commit_trailer_regex() {
153153
trailers=(
154154
'CC' 'Change-Id'
155155
'Bug' 'Close' 'Closes'
156-
'Acked-by' 'Co-Authored-By' 'Reported-by' 'Reviewed-by'
156+
'Acked-by' 'Co-authored-by' 'Reported-by' 'Reviewed-by'
157157
'Signed-off-by' 'Suggested-by' 'Tested-by'
158158
)
159159

0 commit comments

Comments
 (0)