about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@yhbt.net>2020-02-01 09:12:14 +0000
committerEric Wong <e@yhbt.net>2020-02-01 21:09:55 +0000
commitea30a1fcab1823062e5375f2670dadc80c712f74 (patch)
tree41b032542a06f4dbb5b03ecb9eb92453aff17ccb
parent1234e3e4d384bd92b073fa1e3549aa916113c3fa (diff)
downloadpublic-inbox-ea30a1fcab1823062e5375f2670dadc80c712f74.tar.gz
It seems to make sense to the target audience that any of
the URLs displayed could work.
-rw-r--r--lib/PublicInbox/SolverGit.pm5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/PublicInbox/SolverGit.pm b/lib/PublicInbox/SolverGit.pm
index 06b4cdc4..bf806f65 100644
--- a/lib/PublicInbox/SolverGit.pm
+++ b/lib/PublicInbox/SolverGit.pm
@@ -530,7 +530,8 @@ sub resolve_patch ($$) {
         if (my $existing = solve_existing($self, $want)) {
                 my ($found_git, undef, $type, undef) = @$existing;
                 dbg($self, "found $cur_want in " .
-                        join("\n", $found_git->pub_urls($self->{psgi_env})));
+                        join(" ||\n\t",
+                                $found_git->pub_urls($self->{psgi_env})));
 
                 if ($cur_want eq $self->{oid_want} || $type ne 'blob') {
                         eval { done($self, $existing) };
@@ -548,7 +549,7 @@ sub resolve_patch ($$) {
 
                 unshift @{$self->{patches}}, @$diffs;
                 dbg($self, "found $cur_want in ".
-                        join("\n\t", map { di_url($self, $_) } @$diffs));
+                        join(" ||\n\t", map { di_url($self, $_) } @$diffs));
 
                 # good, we can find a path to the oid we $want, now
                 # lets see if we need to apply more patches: