summaryrefslogtreecommitdiffstats
path: root/hooks/commit-msg
diff options
context:
space:
mode:
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