]> Sergey Matveev's repositories - public-inbox.git/commit
viewvcs: preliminary support for showing non-blobs
authorEric Wong <e@80x24.org>
Thu, 14 Feb 2019 02:29:10 +0000 (02:29 +0000)
committerEric Wong <e@80x24.org>
Thu, 4 Apr 2019 09:13:57 +0000 (09:13 +0000)
commit4123a89e08e145405fa781be7f4590c4d13f4138
tree9d15b135918111308c611c9006c91d6c10fb3288
parentc9890ef809425a3607c2f1108eb19c30aa0f077b
viewvcs: preliminary support for showing non-blobs

Eventually, we'll have special displays for various git objects
(commit, tree, tag).  But for now, we'll just use git-show
to spew whatever comes from git.
lib/PublicInbox/SolverGit.pm
lib/PublicInbox/ViewVCS.pm