]> Sergey Matveev's repositories - public-inbox.git/commit
viewvcs: remove patchid line from commit header
authorEric Wong <e@80x24.org>
Tue, 23 Aug 2022 08:31:58 +0000 (08:31 +0000)
committerEric Wong <e@80x24.org>
Tue, 23 Aug 2022 22:40:54 +0000 (22:40 +0000)
commit2c31b83def9f596a87385747b4af1e331e79ebed
tree87296f276d0fae5ab618f0e3cd5b21957ad005f0
parent12f07b0d3942064e4dbd0404102d1ff3d067abae
viewvcs: remove patchid line from commit header

I'm considering dropping this entirely since dfpre:, dfpost:
dfn:, and s: can be just as powerful, if not more.  patchid: is
inaccurate if either non-standard diff generation options are
used (e.g. -W or -U6); or if a MUAs mangle whitespace.

We'll keep patchid: at the top search input box for now, but the
textarea at the bottom (and possibly another textarea for a more
exact match) is probably more useful and flexible.
lib/PublicInbox/ViewVCS.pm