Put Change-Id after Test: footers in commit messages.
Update the commit-msg hook to insert the Change-Id footer after any Test: footers, as is done with Bug: and Issue: footers. Change-Id: I75e756ec95f1472d4bdf0284b2bf9276be5dd35d
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
|
||||
unset GREP_OPTIONS
|
||||
|
||||
CHANGE_ID_AFTER="Bug|Issue"
|
||||
CHANGE_ID_AFTER="Bug|Issue|Test"
|
||||
MSG="$1"
|
||||
|
||||
# Check for, and add if missing, a unique Change-Id
|
||||
|
Reference in New Issue
Block a user