From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id yGoIC2/nzWKCNgAAbAwnHQ (envelope-from ) for ; Tue, 12 Jul 2022 23:28:15 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id 2P32Cm/nzWICiQAA9RJhRA (envelope-from ) for ; Tue, 12 Jul 2022 23:28:15 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id C44E713A4E for ; Tue, 12 Jul 2022 23:28:14 +0200 (CEST) Received: from localhost ([::1]:42474 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oBNQT-0007ZT-T8 for larch@yhetil.org; Tue, 12 Jul 2022 17:28:13 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:37292) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oBNNO-000329-GJ for guix-patches@gnu.org; Tue, 12 Jul 2022 17:25:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:49869) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oBNNO-0003aV-5R for guix-patches@gnu.org; Tue, 12 Jul 2022 17:25:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oBNNO-0007TZ-2W for guix-patches@gnu.org; Tue, 12 Jul 2022 17:25:02 -0400 Subject: bug#56281: [PATCH] gnu: git: Update to 2.37.0. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Tue, 12 Jul 2022 21:25:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 56281 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Greg Hogan Cc: 56281-done@debbugs.gnu.org Mail-Followup-To: 56281@debbugs.gnu.org, ludo@gnu.org, code@greghogan.com Received: via spool by 56281-done@debbugs.gnu.org id=D56281.165766106728673 (code D ref 56281); Tue, 12 Jul 2022 21:25:01 +0000 Received: (at 56281-done) by debbugs.gnu.org; 12 Jul 2022 21:24:27 +0000 Received: from localhost ([127.0.0.1]:43764 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oBNMo-0007SP-QW for submit@debbugs.gnu.org; Tue, 12 Jul 2022 17:24:26 -0400 Received: from eggs.gnu.org ([209.51.188.92]:50926) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oBNMk-0007SB-5h for 56281-done@debbugs.gnu.org; Tue, 12 Jul 2022 17:24:25 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:40622) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oBNMe-0003WA-Rj; Tue, 12 Jul 2022 17:24:16 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=9A+/WSMVwq6+kvVlHv2FWPOhT6JXfv6//5c+53P+tso=; b=C6YfdstrD0Kp//4o8Xhg Ah+OdmwsgnpH0KJhR2712N088fmMwDTiqySEs9aZ3N2l8zqx6G0QwwcOhlOrwxb3JuYB3SZ4qDua0 QSF0Vq/03KjJ1n6LDQG/gxG3grkdcxUMTIbCRqhqmGfJx7jij+9s4dKv45Q5OT+4Xyi1bR4NWHMRI KpS6hI1IMAuxVOPcvVD2cyQm2sQht09BTbsetRoBh5skAxHaRu/dcRA/P+hxs+YGAyMLe0hoewTR2 v+NKYOmr8Su2Ul3C+xPriwlWUBYeOZHQgA6WIUtNfisyZQ30efoV1+84sTPgDOB6lzffwoPbEYBNq /kMK0EVwXr0lBg==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:57807 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oBNMd-0002ow-Qk; Tue, 12 Jul 2022 17:24:16 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <49d781e208690d792fa74592fc00f4b49b643a92.1656429263.git.code@greghogan.com> Date: Tue, 12 Jul 2022 23:24:13 +0200 In-Reply-To: <49d781e208690d792fa74592fc00f4b49b643a92.1656429263.git.code@greghogan.com> (Greg Hogan's message of "Tue, 28 Jun 2022 15:14:34 +0000") Message-ID: <87sfn6c9du.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1657661295; h=from:from:sender:sender: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:resent-to: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=9A+/WSMVwq6+kvVlHv2FWPOhT6JXfv6//5c+53P+tso=; b=eJDZZsDpZcwkgxc5VEWbc9810225yLn6t+zJI5MHyAlZGXPWylT70vII8d0X7eswWeObXj in2GM+v4YvoYgnKD+NyDZ3JM5dkWThju2KASRScSpoMPUVSyR3Cay5WhVdtmEToXYgmzZK dwQsrpCK1t3bJJyHxvtz9BsT9ClPb3CTfp2BbPG2MIwde6ZAwuGjuvZ2Noo8+XCw2fN3zB DRzpksn+JLW2+TZ/5WqGzxz7PKGD7DvAD3t5ThIR1gk/bDNH2SWBGbnkLbf9/Sx6i0k6fD FpBOBzhJUB8P9xOcKBkvuFVapuiqD629by7nBtQtYxNZl3/FcohDH0ZfNcimNw== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1657661295; a=rsa-sha256; cv=none; b=YeC8mubybLsgJP9sxfvvViZt+HSKEZBUNh4K3Sw6Gmtee9MxafhZGmOurk8/4I+0i8ApwC 4qMmR80lZoxepXaSBtSRwyj/bqMdOvOWDqZ/YvCtrofCiYHTEB7W2N5mN5qVpdnzm+kCsv mXUnBY6wP8NgD2HBVTAM1OLLuybf866Y8QV8oXUgfgn0cCP2EfbX1begxPgLmekMzdPxqd f6yAOUsQo8I9+yd9EKipPGh5NJa2+id/hqP/bYRJg2cu2N8xLuDacdfAMueqzt6UIJ9e0F nVhiDTG2mGg+LOjXd60PY9FUv8GvXmHSfyoJbOwaA3k6sSOxQpE+0ytyAISafA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=C6Yfdstr; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -3.85 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=C6Yfdstr; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: C44E713A4E X-Spam-Score: -3.85 X-Migadu-Scanner: scn1.migadu.com X-TUID: CPgAUU7cR4CA Hi, Greg Hogan skribis: > * gnu/packages/version-control.scm (git): Update to 2.37.0. Finally applied, thanks! Ludo=E2=80=99.