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:
Mike Bjorge
2015-12-08 15:57:44 -08:00
parent f8b026d227
commit 72cf723e7e

View File

@@ -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