diff options
-rwxr-xr-x | hooks/commit-msg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hooks/commit-msg b/hooks/commit-msg index 40ac237a..d9bb188b 100755 --- a/hooks/commit-msg +++ b/hooks/commit-msg | |||
@@ -1,5 +1,5 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | # From Gerrit Code Review 2.12.1 | 2 | # From Gerrit Code Review 2.14.6 |
3 | # | 3 | # |
4 | # Part of Gerrit Code Review (https://www.gerritcodereview.com/) | 4 | # Part of Gerrit Code Review (https://www.gerritcodereview.com/) |
5 | # | 5 | # |
@@ -20,7 +20,7 @@ | |||
20 | 20 | ||
21 | unset GREP_OPTIONS | 21 | unset GREP_OPTIONS |
22 | 22 | ||
23 | CHANGE_ID_AFTER="Bug|Issue|Test" | 23 | CHANGE_ID_AFTER="Bug|Depends-On|Issue|Test|Feature|Fixes|Fixed" |
24 | MSG="$1" | 24 | MSG="$1" |
25 | 25 | ||
26 | # Check for, and add if missing, a unique Change-Id | 26 | # Check for, and add if missing, a unique Change-Id |