]> Sergey Matveev's repositories - public-inbox.git/commit
viewvcs: show "blob $OID" rather than "$OID blob"
authorEric Wong <e@80x24.org>
Mon, 29 Aug 2022 09:26:47 +0000 (09:26 +0000)
committerEric Wong <e@80x24.org>
Mon, 29 Aug 2022 19:06:35 +0000 (19:06 +0000)
commit35b7adee1f01a7cce720d944e1666aa44717d024
treebfd2441f6bf8311308400ecad2baadde2035c736
parenta99bf0f90d6d59b8c81876651aaabcd2fd1c4094
viewvcs: show "blob $OID" rather than "$OID blob"

This is more consistent with the rest of the output where it's
"$TYPE $OID" rather than "$OID $TYPE".  The former also allows
easy copy+pasting into commands for both "git cat-file blob $OID"
and "lei blob $OID".
lib/PublicInbox/ViewVCS.pm
t/solver_git.t