aboutsummaryrefslogtreecommitdiff
path: root/gitaclhook
diff options
context:
space:
mode:
Diffstat (limited to 'gitaclhook')
-rwxr-xr-xgitaclhook10
1 files changed, 8 insertions, 2 deletions
diff --git a/gitaclhook b/gitaclhook
index 5d0d79b..f9b5974 100755
--- a/gitaclhook
+++ b/gitaclhook
@@ -1,3 +1,3 @@
#! /usr/bin/perl
-# Copyright (C) 2013 Sergey Poznyakoff <gray@gnu.org>
+# Copyright (C) 2013, 2014 Sergey Poznyakoff <gray@gnu.org>
#
@@ -144,3 +144,4 @@ ref. Missing I<REF> and/or I<OP> are treated as a match.
-If no rule applies, the operation is allowed.
+If no rule applies, the operation is denied. This can be changed by setting
+B<hooks.acldefault = allow> in Git configuration file.
@@ -248,2 +249,7 @@ Suppress diagnostics on stderr.
+=item B<hooks.acldefault> B<allow>|B<deny>
+
+Sets the default rule, i.e. the one that will be executed if no other
+rule matched the request. Unless defined, B<deny> is assumed.
+
=item B<hooks.httpd-user> STRING

Return to:

Send suggestions and report system problems to the System administrator.