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
(cherry picked from commit 72cf723e7e)
This commit is contained in:
committed by
David Pursehouse
parent
4a68a0756f
commit
964821f6f6
@@ -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