]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/ViewVCS.pm
www_coderepo: wire up /$CODEREPO/$OID/s/ endpoint
[public-inbox.git] / lib / PublicInbox / ViewVCS.pm
index b0f58455018b0ea03d97ddd42a377cccd927fd82..6ada03e6fb1d5d4aa2a45a26a63676284d7cb165 100644 (file)
@@ -484,6 +484,7 @@ sub show ($$;$) {
        open $ctx->{lh}, '+>>', "$ctx->{-tmp}/solve.log" or die "open: $!";
        my $solver = PublicInbox::SolverGit->new($ctx->{ibx},
                                                \&solve_result, $ctx);
+       $solver->{gits} //= [ $ctx->{git} ];
        $solver->{tmp} = $ctx->{-tmp}; # share tmpdir
        # PSGI server will call this immediately and give us a callback (-wcb)
        sub {