]> Sergey Matveev's repositories - public-inbox.git/commit
www_coderepo: handle unborn/dead branches in summary
authorEric Wong <e@80x24.org>
Tue, 14 Feb 2023 13:17:39 +0000 (13:17 +0000)
committerEric Wong <e@80x24.org>
Wed, 15 Feb 2023 04:51:21 +0000 (04:51 +0000)
commitbc54a149d08e9eac58a14c77b3df29fdb2f07fb8
tree0fd432fd61860f97db680f0753cf765583c98dd7
parent1d88b8639596a549dd972e113b52f9c2d035d529
www_coderepo: handle unborn/dead branches in summary

We need to account for `git log' showing nothing for invalid
branches and continue to render properly.  We'll also quiet down
`git log' stderr to avoid cluttering stderr, too.
lib/PublicInbox/WwwCoderepo.pm
t/solver_git.t