]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/SolverGit.pm
No ext_urls
[public-inbox.git] / lib / PublicInbox / SolverGit.pm
index 80bb0a178fb540f507a596246574a45416846872..38fba0ca79340eb655c12a319ab28d54621644fa 100644 (file)
@@ -82,7 +82,7 @@ sub solve_existing ($$) {
        my ($oid_full, $type, $size) = $git->check($oid_b);
 
        if ($oid_b eq ($oid_full // '') || (defined($type) &&
--                              (!$self->{have_hints} || $type eq 'blob'))) {
+                               (!$self->{have_hints} || $type eq 'blob'))) {
                delete $want->{try_gits};
                return [ $git, $oid_full, $type, int($size) ]; # done, success
        }
@@ -465,6 +465,7 @@ sub apply_result ($$) {
                        dbg($self, 'trying '.di_url($self, $nxt));
                        return do_git_apply($self);
                } else {
+                       $msg .= " (no patches left to try for $di->{oid_b})\n";
                        ERR($self, $msg);
                }
        } else {