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 38EA61F453 for ; Fri, 1 Feb 2019 07:50:38 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/3] viewvcs odds and ends Date: Fri, 1 Feb 2019 07:50:27 +0000 Message-Id: <20190201075030.23449-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Some corner-case fixes around some odd filenames, long paths and renames. Eric Wong (3): viewvcs: allow '0' as a valid filename for blob downloads viewdiff: escape HTML ampersand for renames viewdiff: support renames and long paths in diffstat anchors lib/PublicInbox/View.pm | 1 + lib/PublicInbox/ViewDiff.pm | 62 ++++++++++++++++++++++++++++--------- lib/PublicInbox/ViewVCS.pm | 2 +- 3 files changed, 49 insertions(+), 16 deletions(-) -- EW