From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.5 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,DKIM_VALID_EF,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED autolearn=ham autolearn_force=no version=3.4.4 Received: from lists.zx2c4.com (lists.zx2c4.com [165.227.139.114]) by inbox.vuxu.org (Postfix) with ESMTP id 9241B226A1 for ; Fri, 2 Aug 2024 18:41:32 +0200 (CEST) Received: by lists.zx2c4.com (ZX2C4 Mail Server) with ESMTP id fa3f5ad2; Fri, 2 Aug 2024 16:25:29 +0000 (UTC) Received: from sin.source.kernel.org (sin.source.kernel.org [145.40.73.55]) by lists.zx2c4.com (ZX2C4 Mail Server) with ESMTPS id 1aa33419 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Fri, 2 Aug 2024 16:25:25 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id D2CF4CE1B09 for ; Fri, 2 Aug 2024 16:25:21 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C1AC2C4AF09 for ; Fri, 2 Aug 2024 16:25:19 +0000 (UTC) Authentication-Results: smtp.kernel.org; dkim=pass (1024-bit key) header.d=zx2c4.com header.i=@zx2c4.com header.b="ImlcF+ds" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zx2c4.com; s=20210105; t=1722615918; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=lme1RiVYdP9trpQC1A0vqhy/Rgobb5tNgX7pGMWPd+Y=; b=ImlcF+ds5ktgibCONP6itUEnJXFR7K5kwbfoI0tDuwTLWPhid/M3ig9LTclY0JEy/UaKjp 3vnzpuH5kJUaNUExgR+y/F8eF8+flrcJROVSVEDb9AcWF+0vjGEZpmOa2E6z6O6+lOGwuC edOLIkOeb31ed+4zrT0OaJHKIeLykI0= Received: by mail.zx2c4.com (ZX2C4 Mail Server) with ESMTPSA id f53b16f7 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Fri, 2 Aug 2024 16:25:18 +0000 (UTC) Received: by mail-oi1-f175.google.com with SMTP id 5614622812f47-3db157d3bb9so4792062b6e.2 for ; Fri, 02 Aug 2024 09:25:18 -0700 (PDT) X-Gm-Message-State: AOJu0YzCbXltg0C3ffrdm2YKSs1Ge59UYmMHFm93osXmCcSXQH5Avh7u wmXRQTA81lRng96oS3iqeyhtBacXuOA4bm2/y8DKxZdLP4GFg2Wdz0KigfTGT/qaCF/gl10eu7z 3BZF6Ca7iQ9ejYW43LZyPPFxBYZw= X-Google-Smtp-Source: AGHT+IH6VFyJ5s2mjRkchRMgw4fPkmXnokcHInTtTD3XHKg7mN8ciRwX5C25icqQXMlwRAblGu9rMpripUALZLKOrO4= X-Received: by 2002:a05:6870:9690:b0:25d:fc34:ba6a with SMTP id 586e51a60fabf-26891d40a32mr4994008fac.26.1722615917344; Fri, 02 Aug 2024 09:25:17 -0700 (PDT) MIME-Version: 1.0 References: <20240729204400.17966-1-list@eworm.de> <20240729225144.4a047800@leda.eworm.net> In-Reply-To: <20240729225144.4a047800@leda.eworm.net> From: "Jason A. Donenfeld" Date: Fri, 2 Aug 2024 18:25:06 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH 1/1] git: update to v2.46.0 To: Christian Hesse Cc: cgit@lists.zx2c4.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-BeenThere: cgit@lists.zx2c4.com X-Mailman-Version: 2.1.30rc1 Precedence: list List-Id: List for cgit developers and users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: cgit-bounces@lists.zx2c4.com Sender: "CGit" On Mon, Jul 29, 2024 at 10:51=E2=80=AFPM Christian Hesse wr= ote: > > Christian Hesse on Mon, 2024/07/29 22:44: > > From: Christian Hesse > > > > Update to git version v2.46.0, this requires changes for these > > upstream commits: > > As the mailing list seems non-functional... Sending an extra personal pin= g. > > I pushed this to ch/for-jason, any change to merge? Sorry, mailing list back up. Thanks for bringing this to my attention. And merged a bunch to master, but not all yet. I'm headed on a trip on Sunday and I'll be back at the end of August and will look at the others in more detail. Jason