]> Sergey Matveev's repositories - public-inbox.git/commit
inbox: use PublicInbox::Git::host_prefix_url for base_url
authorEric Wong <e@yhbt.net>
Fri, 10 Jan 2020 09:14:15 +0000 (09:14 +0000)
committerEric Wong <e@yhbt.net>
Sat, 11 Jan 2020 06:32:08 +0000 (06:32 +0000)
commitcb1c874520153f5c28a932959446977062c7db69
treeca4ca2190af9880a25f610333998f4ff6c4a4c13
parent79585642a30f54622541496a9a0090f0aa591692
inbox: use PublicInbox::Git::host_prefix_url for base_url

Better not to duplicate the same logic across different classes.

Also, our git wrapper class is a strange place for
host_prefix_url, but it needs to be usable for coderepos, so
it's there, for now...
lib/PublicInbox/Inbox.pm
t/solver_git.t