summaryrefslogtreecommitdiffstats
path: root/hooks/commit-msg
diff options
context:
space:
mode:
authorDana Dahlstrom <dahlstrom@google.com>2017-12-06 10:39:49 -0800
committerDana Dahlstrom <dahlstrom@google.com>2017-12-06 10:42:46 -0800
commitcbe8aeb52b08a6509a22b58f9b395e705673b792 (patch)
tree40ae310f5271a5bd7caf331dc1957995661b486f /hooks/commit-msg
parenteceeb1b1f5edb0f42e690bffdf81828abd8ea7fe (diff)
downloadgit-repo-cbe8aeb52b08a6509a22b58f9b395e705673b792.tar.gz
Update commit-msg hook to version from Gerrit 2.14.6
Change-Id: I14403fea4d017b97be5131e695803f121d404af2
Diffstat (limited to 'hooks/commit-msg')
-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