summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Pursehouse <dpursehouse@collab.net>2017-12-07 01:13:17 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-12-07 01:13:17 +0000
commit1dc36600efb0930f235e5a60d1df4600314e3035 (patch)
tree8e2029086ccd979ce39757e2349d4ebeb369b952
parent305a2d029f471d94759da7b304f886723cab6ba5 (diff)
parentcbe8aeb52b08a6509a22b58f9b395e705673b792 (diff)
downloadgit-repo-1dc36600efb0930f235e5a60d1df4600314e3035.tar.gz
Merge "Update commit-msg hook to version from Gerrit 2.14.6"
-rwxr-xr-xhooks/commit-msg4
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
21unset GREP_OPTIONS 21unset GREP_OPTIONS
22 22
23CHANGE_ID_AFTER="Bug|Issue|Test" 23CHANGE_ID_AFTER="Bug|Depends-On|Issue|Test|Feature|Fixes|Fixed"
24MSG="$1" 24MSG="$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