summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJoerg Mayer <jmayer@loplof.de>2016-10-17 07:40:21 +0200
committerJörg Mayer <jmayer@loplof.de>2016-10-17 05:41:46 +0000
commitcd426f3fe2719b9639f863efbb76e483c983970b (patch)
treeb24a0d0e27ad9abee7a4b418d9469f25a59cc9b8 /tools
parent4ff7799be8ff1995261717ca18d5cf21bee7ab52 (diff)
downloadwireshark-cd426f3fe2719b9639f863efbb76e483c983970b.tar.gz
Add a comment how to run git review after using --no-verfiy.
Change-Id: I07cde41ef6f8074efbb77eacde91b46b62c2f59e Reviewed-on: https://code.wireshark.org/review/18230 Reviewed-by: Jörg Mayer <jmayer@loplof.de>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/pre-commit3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/pre-commit b/tools/pre-commit
index b5a7d8eab4..75269264b0 100755
--- a/tools/pre-commit
+++ b/tools/pre-commit
@@ -3,6 +3,9 @@
#
# For git user: copy tools/pre-commit to .git/hooks/ folder and make it
# executable. To bypass it for a single commit, use the --no-verify argument.
+# Using --no-verify will then fail during git review because of a missing
+# ChangeID. Fix that by running git review -i. Do not use -i during normal
+# operation.
#
# Alternatively, invoke it directly with the commit ID. Example for checking the
# last commit: