Skip to content

Commit

Permalink
POST_GIT triggers get 4 more arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
sitaramc committed Mar 24, 2012
1 parent 14e1354 commit b391000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gitolite-shell
Expand Up @@ -98,7 +98,7 @@ sub main {
trigger( 'PRE_GIT', $repo, $user, $aa, 'any', $verb );
my $repodir = "'$rc{GL_REPO_BASE}/$repo.git'";
_system( "git", "shell", "-c", "$verb $repodir" );
trigger( 'POST_GIT', $repo, $user, $aa, 'any', $verb );
trigger( 'POST_GIT', $repo, $user, $aa, 'any', $verb, times() );
}

# ----------------------------------------------------------------------
Expand Down

0 comments on commit b391000

Please sign in to comment.