|
@@ -1,5 +1,5 @@
|
|
|
#!/bin/sh
|
|
#!/bin/sh
|
|
|
-# From Gerrit Code Review 2.5-rc0
|
|
|
|
|
|
|
+# From Gerrit Code Review 2.5.2
|
|
|
#
|
|
#
|
|
|
# Part of Gerrit Code Review (http://code.google.com/p/gerrit/)
|
|
# Part of Gerrit Code Review (http://code.google.com/p/gerrit/)
|
|
|
#
|
|
#
|
|
@@ -18,6 +18,8 @@
|
|
|
# limitations under the License.
|
|
# limitations under the License.
|
|
|
#
|
|
#
|
|
|
|
|
|
|
|
|
|
+unset GREP_OPTIONS
|
|
|
|
|
+
|
|
|
CHANGE_ID_AFTER="Bug|Issue"
|
|
CHANGE_ID_AFTER="Bug|Issue"
|
|
|
MSG="$1"
|
|
MSG="$1"
|
|
|
|
|
|