summaryrefslogtreecommitdiffstats
path: root/git-hooks/gerrit-bot
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2015-01-23 20:35:31 +0100
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2015-01-27 13:29:00 +0000
commitd2722c4edda1b0a47ab85c03824c51739c4a169a (patch)
treeb62f30d4a8682c58cee3adf798c8d82b5eaccc0c /git-hooks/gerrit-bot
parentd50a8e06055e023811a12ba273259f87b75f9837 (diff)
add missing docu for 'excluded' option
Change-Id: I24fa6b68b66b66e0339fbd593b78f10d805d51f2 GPush-Base: a2b0d053d4200b816cb811338308fb47b3216ad4 Reviewed-by: Sergio Ahumada <sahumada@texla.cl>
Diffstat (limited to 'git-hooks/gerrit-bot')
-rwxr-xr-xgit-hooks/gerrit-bot3
1 files changed, 3 insertions, 0 deletions
diff --git a/git-hooks/gerrit-bot b/git-hooks/gerrit-bot
index 4858fc1..3634627 100755
--- a/git-hooks/gerrit-bot
+++ b/git-hooks/gerrit-bot
@@ -40,6 +40,9 @@ use File::Path;
# The magic string @SHA@ is replaced by the commit to be checked.
# Everything it dumps to stdout & stderr will be attached as a comment.
# It is supposed to return a score (offset by +10).
+# excluded (optional)
+# Space-separated list of exclusions of the form <project> or
+# <project>:<branch>.
# verbose (default 0)
# Print progress/result messages.