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-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 303D41F4B4 for ; Tue, 15 Sep 2020 19:51:37 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/2] remove more 40 char limits Date: Tue, 15 Sep 2020 19:51:35 +0000 Message-Id: <20200915195137.13476-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: SHA-256 support is coming in git Eric Wong (2): mid: rename MID_MAX to ID_MAX treewide: relax allow >=40 chars for git OID lib/PublicInbox/Feed.pm | 4 ++-- lib/PublicInbox/Git.pm | 2 +- lib/PublicInbox/Import.pm | 4 ++-- lib/PublicInbox/MID.pm | 4 ++-- lib/PublicInbox/ViewDiff.pm | 4 ++-- lib/PublicInbox/WWW.pm | 2 +- t/edit.t | 4 ++-- t/plack.t | 2 +- t/replace.t | 2 +- t/v2writable.t | 4 ++-- 10 files changed, 16 insertions(+), 16 deletions(-)