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: AS53758 23.128.96.0/24 X-Spam-Status: No, score=-4.1 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by dcvr.yhbt.net (Postfix) with ESMTP id 86B0A1F8C6 for ; Fri, 10 Sep 2021 17:33:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231569AbhIJReL (ORCPT ); Fri, 10 Sep 2021 13:34:11 -0400 Received: from pb-smtp21.pobox.com ([173.228.157.53]:55254 "EHLO pb-smtp21.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230440AbhIJReK (ORCPT ); Fri, 10 Sep 2021 13:34:10 -0400 Received: from pb-smtp21.pobox.com (unknown [127.0.0.1]) by pb-smtp21.pobox.com (Postfix) with ESMTP id 19F9515CCCF; Fri, 10 Sep 2021 13:32:57 -0400 (EDT) (envelope-from junio@pobox.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type:content-transfer-encoding; s=sasl; bh=4vdx+h2V7QGv zQ9ZbPwjvNA/TDs+kc17TQKfwZv70l4=; b=dDKrkCtu4x8NWFWGi2ctgZF/weS9 1iT9mfsvgzOsn9mGTBj17ORs5zArlZYEjgoMlLbVpClB4EIVai7uJzqYRH4BHQgt nxb5oce9l0YWl82fKzUBxIRFrNgNEFDVajgoRSRgRzb8bKU5De9GImchdnPxMVRy NhHCZux+gEpXPoM= Received: from pb-smtp21.sea.icgroup.com (unknown [127.0.0.1]) by pb-smtp21.pobox.com (Postfix) with ESMTP id 112A915CCCE; Fri, 10 Sep 2021 13:32:57 -0400 (EDT) (envelope-from junio@pobox.com) Received: from pobox.com (unknown [104.196.172.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp21.pobox.com (Postfix) with ESMTPSA id 5F70915CCCD; Fri, 10 Sep 2021 13:32:54 -0400 (EDT) (envelope-from junio@pobox.com) From: Junio C Hamano To: =?utf-8?B?w4Z2YXIgQXJuZmrDtnLDsA==?= Bjarmason Cc: git@vger.kernel.org, Jeff King , "brian m . carlson" , Bagas Sanjaya Subject: Re: [PATCH v2 0/8] post-v2.33 "drop support for ancient curl" follow-up References: Date: Fri, 10 Sep 2021 10:32:52 -0700 In-Reply-To: (Junio C. Hamano's message of "Fri, 10 Sep 2021 10:14:05 -0700") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 X-Pobox-Relay-ID: 217266DA-125D-11EC-A638-98D80D944F46-77302942!pb-smtp21.pobox.com Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Junio C Hamano writes: > =C3=86var Arnfj=C3=B6r=C3=B0 Bjarmason writes: > >> This is a follow-up to the already-integrated topic for dropping >> support for older curl versions submitted before the v2.33 release[1]. > > To which commit are these expected to apply? I am having trouble > wiggling 5 and 7 in. Nevermind. I seem to be getting garbage from "b4 am", possibly an operator error. I've seen "b4 am" getting confused on a thread with multiple versions (like the config-based-hook thing where the mixture of Emily's v9 and your v5 for base in the same huge thread seem to confuse it).