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, 3 insertions, 1 deletions
diff --git a/hooks/commit-msg b/hooks/commit-msg
index 172a1781..b37dfaa4 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.5-rc0 2# From Gerrit Code Review 2.5.2
3# 3#
4# Part of Gerrit Code Review (http://code.google.com/p/gerrit/) 4# Part of Gerrit Code Review (http://code.google.com/p/gerrit/)
5# 5#
@@ -18,6 +18,8 @@
18# limitations under the License. 18# limitations under the License.
19# 19#
20 20
21unset GREP_OPTIONS
22
21CHANGE_ID_AFTER="Bug|Issue" 23CHANGE_ID_AFTER="Bug|Issue"
22MSG="$1" 24MSG="$1"
23 25