]> Sergey Matveev's repositories - public-inbox.git/commit
view: tighten up regexps used for trimming index
authorEric Wong <e@80x24.org>
Thu, 28 Aug 2014 05:06:41 +0000 (05:06 +0000)
committerEric Wong <e@80x24.org>
Thu, 28 Aug 2014 05:08:07 +0000 (05:08 +0000)
commit1f23784800e0cc018b0e8565ca06bab0b2d08f7c
tree7c86564b5b172464c66f4ad529a45a9882bfefa0
parentae2891b12c078682e52c1c2d60482453e0e10095
view: tighten up regexps used for trimming index

The previous regexp matches were too aggressive w.r.t.  scissors.
We destroy trailing whitespace anyways, so do not worry about it
when cutting signatures and patches off.
lib/PublicInbox/View.pm