summaryrefslogtreecommitdiffstats
path: root/hooks/commit-msg
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@sonymobile.com>2013-02-13 09:55:32 +0900
committerDavid Pursehouse <david.pursehouse@sonymobile.com>2013-02-13 09:56:09 +0900
commit55693aabe5d19e5be73a3bab683960aaf6aff7c8 (patch)
treee3b8a33b2096812ba14d3ce77547aab2805a5700 /hooks/commit-msg
parent23bd3a1dd309c8c5727832b7543298584bf53de8 (diff)
downloadgit-repo-55693aabe5d19e5be73a3bab683960aaf6aff7c8.tar.gz
Update the commit-msg hook to the version from Gerrit 2.5.2
Change-Id: I00760fe55a0e1b61375a378c05f263e7bc857ca0
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