diff options
author | David Pursehouse <david.pursehouse@sonymobile.com> | 2013-02-13 09:55:32 +0900 |
---|---|---|
committer | David Pursehouse <david.pursehouse@sonymobile.com> | 2013-02-13 09:56:09 +0900 |
commit | 55693aabe5d19e5be73a3bab683960aaf6aff7c8 (patch) | |
tree | e3b8a33b2096812ba14d3ce77547aab2805a5700 /hooks/commit-msg | |
parent | 23bd3a1dd309c8c5727832b7543298584bf53de8 (diff) | |
download | git-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-x | hooks/commit-msg | 4 |
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 | ||
21 | unset GREP_OPTIONS | ||
22 | |||
21 | CHANGE_ID_AFTER="Bug|Issue" | 23 | CHANGE_ID_AFTER="Bug|Issue" |
22 | MSG="$1" | 24 | MSG="$1" |
23 | 25 | ||