]> Sergey Matveev's repositories - public-inbox.git/commit
viewvcs: match 8000-byte lookup for git
authorEric Wong <e@80x24.org>
Sun, 24 Feb 2019 02:55:40 +0000 (02:55 +0000)
committerEric Wong <e@80x24.org>
Thu, 4 Apr 2019 09:13:58 +0000 (09:13 +0000)
commit293c51d2c23ceb8b8018cf4bfa3deaf56f7753b2
tree9ed8de2607fcdb5b952feb77623a572c81a08dcb
parent4123a89e08e145405fa781be7f4590c4d13f4138
viewvcs: match 8000-byte lookup for git

No need to scan the entire string, but prefer to match git
behavior.  This might be faster if/when Perl can create
substrings efficiently using CoW.

Fix a 80-column violation while we're at it.
lib/PublicInbox/ViewVCS.pm