Update commit-msg hook to version from Gerrit 2.14.6

Change-Id: I14403fea4d017b97be5131e695803f121d404af2
This commit is contained in:
Dana Dahlstrom 2017-12-06 10:39:49 -08:00
parent eceeb1b1f5
commit cbe8aeb52b

View File

@ -1,5 +1,5 @@
#!/bin/sh #!/bin/sh
# From Gerrit Code Review 2.12.1 # From Gerrit Code Review 2.14.6
# #
# Part of Gerrit Code Review (https://www.gerritcodereview.com/) # Part of Gerrit Code Review (https://www.gerritcodereview.com/)
# #
@ -20,7 +20,7 @@
unset GREP_OPTIONS unset GREP_OPTIONS
CHANGE_ID_AFTER="Bug|Issue|Test" CHANGE_ID_AFTER="Bug|Depends-On|Issue|Test|Feature|Fixes|Fixed"
MSG="$1" MSG="$1"
# Check for, and add if missing, a unique Change-Id # Check for, and add if missing, a unique Change-Id