]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/RepoAtom.pm
www_coderepo: quiet 404s on Atom feeds for dead branches
[public-inbox.git] / lib / PublicInbox / RepoAtom.pm
index 44883ab468e81c15636aa215731a1a31db5ebad4..c89d455141f0ea716f10973b60545bde35395e20 100644 (file)
@@ -120,7 +120,8 @@ sub srv_atom {
        # else: let git decide based on HEAD if $tip isn't defined
        push @cmd, '--';
        push @cmd, $path if $path ne '';
-       my $qsp = PublicInbox::Qspawn->new(\@cmd);
+       my $qsp = PublicInbox::Qspawn->new(\@cmd, undef,
+                                       { quiet => 1, 2 => $ctx->{lh} });
        $qsp->psgi_return($ctx->{env}, undef, \&atom_ok, $ctx);
 }