ssh-authkeys done!

This commit is contained in:
Sitaram Chamarty 2012-03-11 21:33:15 +05:30
parent cbd4d43687
commit 0aeb0cd5e2
8 changed files with 274 additions and 10 deletions

View file

@ -19,7 +19,7 @@ use warnings;
# ----------------------------------------------------------------------
sub update {
trace( 3, @_ );
trace( 3, @ARGV );
# this is the *real* update hook for gitolite
my ( $ref, $oldsha, $newsha, $oldtree, $newtree, $aa ) = args(@ARGV);
@ -150,5 +150,5 @@ use Gitolite::Hooks::Update;
# gitolite update hook
# ----------------------------------------------------------------------
update(@ARGV); # is not expected to return
update(); # is not expected to return
exit 1; # so if it does, something is wrong