aboutsummaryrefslogtreecommitdiff
path: root/gitaclhook
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2013-06-25 12:36:31 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2013-06-25 12:36:31 +0300
commit33ba97cd28f138b49697273e445b479d42bf42a9 (patch)
treea2d1fe3d439dd92dbcf33e23fc07cfad8d264e52 /gitaclhook
parentec125e9f860adf89f72e25641c65a1dc79c1e4a9 (diff)
downloadgitaclhook-33ba97cd28f138b49697273e445b479d42bf42a9.tar.gz
gitaclhook-33ba97cd28f138b49697273e445b479d42bf42a9.tar.bz2
Bugfixes.release-1.00
* gitacl.schema: An example LDAP schema. * MANIFEST: Add gitacl.schema * Makefile.PL: Update. * gitaclhook: Fix passing 'user' parameter in test mode. * lib/GitACL.pm: Fix malformed references.
Diffstat (limited to 'gitaclhook')
-rwxr-xr-xgitaclhook2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitaclhook b/gitaclhook
index 61b6d0f..5d0d79b 100755
--- a/gitaclhook
+++ b/gitaclhook
@@ -336,7 +336,7 @@ unless ($ENV{GIT_DIR}) {
if ($test) {
abend("--test requires four arguments") unless ($#ARGV == 3);
$args{git_dir} = $ENV{GIT_DIR} = $ARGV[0];
- $args{user_name} = $ARGV[1];
+ $args{user} = $ARGV[1];
$args{op} = $ARGV[2];
$args{ref} = $ARGV[3];
$args{old} = '0000000000000000000000000000000000000000';

Return to:

Send suggestions and report system problems to the System administrator.