diff options
author | David Pursehouse <dpursehouse@collab.net> | 2017-12-07 01:13:17 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2017-12-07 01:13:17 +0000 |
commit | 1dc36600efb0930f235e5a60d1df4600314e3035 (patch) | |
tree | 8e2029086ccd979ce39757e2349d4ebeb369b952 | |
parent | 305a2d029f471d94759da7b304f886723cab6ba5 (diff) | |
parent | cbe8aeb52b08a6509a22b58f9b395e705673b792 (diff) | |
download | git-repo-1dc36600efb0930f235e5a60d1df4600314e3035.tar.gz |
Merge "Update commit-msg hook to version from Gerrit 2.14.6"
-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 |