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 6DCF71F8C1 for ; Wed, 6 May 2020 10:40:54 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/2] viewdiff: linkification fixes Date: Wed, 6 May 2020 10:40:52 +0000 Message-Id: <20200506104054.3074-1-e@yhbt.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Diffstat linkification of long file names is no longer hash order dependent, since I noticed some HTML rendering differences between PublicInbox::MIME and PublicInbox::Eml (its non-Email::MIME replacement). I also noticed some wasted work in patch series cover letters which included diffstats, as well as over-linkifying tables in the cover letter which feature no other diff features. Eric Wong (2): viewdiff: assume diffstat and diff order are identical viewdiff: stricter highlighting and linkification check lib/PublicInbox/View.pm | 7 +++++-- lib/PublicInbox/ViewDiff.pm | 27 ++++++++++++--------------- 2 files changed, 17 insertions(+), 17 deletions(-)