Message ID | 20190324120757.GA18684@sigill.intra.peff.net (mailing list archive) |
---|---|
Headers | show
Return-Path: <git-owner@kernel.org> Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id E8A07925 for <patchwork-git@patchwork.kernel.org>; Sun, 24 Mar 2019 12:08:03 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D3027294FA for <patchwork-git@patchwork.kernel.org>; Sun, 24 Mar 2019 12:08:03 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id C3AB329516; Sun, 24 Mar 2019 12:08:03 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id CAABB294FA for <patchwork-git@patchwork.kernel.org>; Sun, 24 Mar 2019 12:08:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727217AbfCXMIA (ORCPT <rfc822;patchwork-git@patchwork.kernel.org>); Sun, 24 Mar 2019 08:08:00 -0400 Received: from cloud.peff.net ([104.130.231.41]:34174 "HELO cloud.peff.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1726160AbfCXMIA (ORCPT <rfc822;git@vger.kernel.org>); Sun, 24 Mar 2019 08:08:00 -0400 Received: (qmail 4454 invoked by uid 109); 24 Mar 2019 12:08:00 -0000 Received: from Unknown (HELO peff.net) (10.0.1.2) by cloud.peff.net (qpsmtpd/0.94) with SMTP; Sun, 24 Mar 2019 12:08:00 +0000 Authentication-Results: cloud.peff.net; auth=none Received: (qmail 1485 invoked by uid 111); 24 Mar 2019 12:08:23 -0000 Received: from sigill.intra.peff.net (HELO sigill.intra.peff.net) (10.0.0.7) by peff.net (qpsmtpd/0.94) with (ECDHE-RSA-AES256-GCM-SHA384 encrypted) SMTP; Sun, 24 Mar 2019 08:08:23 -0400 Authentication-Results: peff.net; auth=none Received: by sigill.intra.peff.net (sSMTP sendmail emulation); Sun, 24 Mar 2019 08:07:58 -0400 Date: Sun, 24 Mar 2019 08:07:58 -0400 From: Jeff King <peff@peff.net> To: Eric Wong <e@80x24.org> Cc: Wolfgang Denk <wd@denx.de>, Heinrich Schuchardt <xypron.glpk@gmx.de>, git@vger.kernel.org, Junio C Hamano <gitster@pobox.com>, Takahiro Akashi <takahiro.akashi@linaro.org> Subject: [PATCH 0/3] fix dumb-http fetch with alternates Message-ID: <20190324120757.GA18684@sigill.intra.peff.net> References: <7e4a2f1d-2b3a-eb83-d3f1-9ac63d68991b@gmx.de> <20190322005107.GL9937@linaro.org> <017964a9-bd75-5e36-0de7-57d4467d6a7e@gmx.de> <20190322071231.GA26114@sigill.intra.peff.net> <20190322082114.BC19924013C@gemini.denx.de> <20190322093132.GA17498@sigill.intra.peff.net> <20190322165034.GA23124@dcvr> <20190323085341.GA9002@sigill.intra.peff.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20190323085341.GA9002@sigill.intra.peff.net> Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: <git.vger.kernel.org> X-Mailing-List: git@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP |
Series | fix dumb-http fetch with alternates | expand |