X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git-cvsserver.perl;h=ab6cea3e538047c30a5d728c7a16ee3c935c070b;hb=a4df22ce49d0457f3dbec5083064f9d24e4d17dd;hp=277ee4e47729ecfec887c1c2ec16d4f6f51eee43;hpb=499cc56a60b5c90415c74857035579713a07fa1b;p=git.git diff --git a/git-cvsserver.perl b/git-cvsserver.perl index 277ee4e47..ab6cea3e5 100755 --- a/git-cvsserver.perl +++ b/git-cvsserver.perl @@ -1414,14 +1414,14 @@ sub req_ci close $pipe || die "bad pipe: $! $?"; } + $updater->update(); + ### Then hooks/post-update $hook = $ENV{GIT_DIR}.'hooks/post-update'; if (-x $hook) { system($hook, "refs/heads/$state->{module}"); } - $updater->update(); - # foreach file specified on the command line ... foreach my $filename ( @committedfiles ) {