Searched refs:commit_object (Results 1 – 1 of 1) sorted by relevance
869 my ($type,$commit_object,$cvsacl_module) = @_;872 if ($commit_object eq $cvsacl_module) {876 elsif ($commit_object =~ /^$cvsacl_module\//) {881 print("$$ \$repository: $repository matches \$commit_object: $commit_object.\n") if $debug;884 $repository_matches{$commit_object} = [$branch{$commit_object}, $cvsacl_module];885 …print("$$ \$repository_matches{$commit_object} = [$branch{$commit_object}, $cvsacl_module].\n") if…890 if (grep(/$branch{$commit_object}/, @branch_list)) {891 $repository_matches{$commit_object} = [$branch{$commit_object}, $cvsacl_module];892 print("$$ \$repository_matches{$commit_object} = [$branch{$commit_object}, " .