From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id B069A1F453 for ; Wed, 30 Jan 2019 04:44:30 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 00/11] viewvcs: more fixes Date: Wed, 30 Jan 2019 04:44:19 +0000 Message-Id: <20190130044430.28189-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Been hammering away with check-www-inbox on git@vger without problems, so I'll probably deploy this to the non-onion site soon... And maybe I'll set the non-.onion to use 216dark, too... Eric Wong (11): hval: add src_escape for highlight post-processing t/check-www-inbox: replace IPC::Run with PublicInbox::Spawn t/check-www-inbox: don't follow mboxes t/check-www-inbox: disable history solvergit: do not solve blobs twice viewvcs: avoid segfault with highlight.pm at shutdown css/216dark: add comments and tweak highlight colors solvergit: do not show full path names to "git apply" solvergit: avoid "Wide character" warnings solvergit: extract mode from diff headers properly solvergit: deal with alternative diff prefixes contrib/css/216dark.css | 14 ++++++------ lib/PublicInbox/Hval.pm | 8 ++++++- lib/PublicInbox/SolverGit.pm | 18 ++++++++++----- lib/PublicInbox/UserContent.pm | 14 ++++++------ lib/PublicInbox/ViewVCS.pm | 9 +++++++- t/check-www-inbox.perl | 42 +++++++++++++++++++++++++++++----- t/hval.t | 3 +++ 7 files changed, 80 insertions(+), 28 deletions(-) -- EW