From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) 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.0 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 1DF4A1FE4E for ; Fri, 1 Jul 2016 01:17:05 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/2] HTTPS smart git repository for our code Date: Fri, 1 Jul 2016 01:17:01 +0000 Message-Id: <20160701011703.16578-1-e@80x24.org> List-Id: Eating our own dogfood, git://80x24.org/public-inbox remains available for those without curl or up-to-date TLS stack/certs. Eric Wong (2): githttpbackend: allow git to be a regular scalar string update git repo location to https:// using GitHTTPBackend.pm Documentation/dc-dlvr-spam-flow.txt | 2 +- README | 2 +- examples/public-inbox.psgi | 14 +++++++++++++- examples/unsubscribe.psgi | 3 ++- lib/PublicInbox/GitHTTPBackend.pm | 4 ++-- lib/PublicInbox/Unsubscribe.pm | 2 +- lib/PublicInbox/WwwStream.pm | 6 +++--- 7 files changed, 23 insertions(+), 10 deletions(-)