aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2020-01-09 15:49:05 +0100
committerThomas Gleixner <tglx@linutronix.de>2020-01-09 15:49:05 +0100
commitfb3be092ef4ffaef22f16ed2f134163e29a949b8 (patch)
treef4e95f4ec4c6259c6a1251b939a91b9c5aaed5ed
parent453fcb5a5f1323d1be1187ab0499dfd14dd9c6bb (diff)
downloadquilttools-fb3be092ef4ffaef22f16ed2f134163e29a949b8.tar.gz
mb2q: Handle Co-developed-by tag correctly
The Co-developed-by is missing in the tag ordering list. Add it. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
-rwxr-xr-xmb2q1
1 files changed, 1 insertions, 0 deletions
diff --git a/mb2q b/mb2q
index 6974f91..89e32e8 100755
--- a/mb2q
+++ b/mb2q
@@ -209,6 +209,7 @@ tag_order = [
'Suggested-by',
'Originally-from',
'Originally-by',
+ 'Co-developed-by',
'Signed-off-by',
'Tested-by',
'Reviewed-by',