]> Sergey Matveev's repositories - public-inbox.git/commit
viewvcs: start improving display of git commits
authorEric Wong <e@80x24.org>
Mon, 22 Aug 2022 02:33:46 +0000 (02:33 +0000)
committerEric Wong <e@80x24.org>
Tue, 23 Aug 2022 04:19:02 +0000 (04:19 +0000)
commit22dd13c407be75d2a5cad178593e78db8735d3bc
tree8d00fea9a2f4bd5938ddbf24f88ff3bc7a6cd62c
parentd52b0a01bebc0f56523a6f66c25ac38d500da4d9
viewvcs: start improving display of git commits

For non-merge git commits, we already have ViewDiff for
displaying patch emails, we can reuse it to display non-merge
git commits.

AFAIK, this is the first web-based git repository viewer
to display the output of "git-patch-id --stable".
It currently fills in the search form box with "patchid:",
but maybe it'll do more than that.

More work will be done to support bidirectional mapping
of commits to emails in the future.
lib/PublicInbox/ViewVCS.pm
lib/PublicInbox/WwwStream.pm