diff options
-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 | ||