From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.4 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 19753 invoked from network); 7 Nov 2023 15:35:52 -0000 Received: from lists.zx2c4.com (165.227.139.114) by inbox.vuxu.org with ESMTPUTF8; 7 Nov 2023 15:35:52 -0000 Received: by lists.zx2c4.com (ZX2C4 Mail Server) with ESMTP id bb999868; Tue, 7 Nov 2023 15:35:36 +0000 (UTC) Return-Path: Received: from pb-smtp20.pobox.com (pb-smtp20.pobox.com [173.228.157.52]) by lists.zx2c4.com (ZX2C4 Mail Server) with ESMTPS id 4623e175 (TLSv1.2:ECDHE-ECDSA-AES256-GCM-SHA384:256:NO) for ; Tue, 7 Nov 2023 15:35:35 +0000 (UTC) Received: from pb-smtp20.pobox.com (unknown [127.0.0.1]) by pb-smtp20.pobox.com (Postfix) with ESMTP id 27B4C2A5BC; Tue, 7 Nov 2023 10:35:33 -0500 (EST) (envelope-from tmz@pobox.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=pobox.com; h=date:from :to:cc:subject:message-id:references:mime-version:content-type :in-reply-to; s=sasl; bh=qyFXN8/p8gtRsTx95iL+Lfb6g7r9dGOpxgafN7X D2nE=; b=HFMDY/2i1KReE+ZBT9VWRv5nvwxmTIXd2DbbV8sLUQCbbl5W8xq7OmS 2UQIPIDRGPEalFwLb5FtdDDSai/CO9Tsv3Dt4NRS2w5UboymXjZ6ssoU8RNKWxGF Ea5jkinWeQivYkyLgMK5uailvvhmaJ8ydXXqaE0gSEgizGK0iFNY= Received: from pb-smtp20.sea.icgroup.com (unknown [127.0.0.1]) by pb-smtp20.pobox.com (Postfix) with ESMTP id 1F92C2A5BB; Tue, 7 Nov 2023 10:35:33 -0500 (EST) (envelope-from tmz@pobox.com) Received: from pobox.com (unknown [108.15.224.39]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp20.pobox.com (Postfix) with ESMTPSA id 57F272A5AB; Tue, 7 Nov 2023 10:35:27 -0500 (EST) (envelope-from tmz@pobox.com) Date: Tue, 7 Nov 2023 10:35:24 -0500 From: Todd Zullinger To: Christian Hesse Cc: cgit@lists.zx2c4.com Subject: Re: [PATCH 1/1] RFC: git: update to v2.43.0-rc1 Message-ID: References: <20231107151433.88305-1-list@eworm.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231107151433.88305-1-list@eworm.de> X-Pobox-Relay-ID: 46B12628-7D83-11EE-AEA0-F515D2CDFF5E-09356542!pb-smtp20.pobox.com 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" Christian Hesse wrote: > From: Christian Hesse > > Update to git version v2.43.0-rc1, no additional changes required. s/rc1/rc0 (or wait until tomorrow and update GIT_VER ;) Thanks for keeping things synced! > Signed-off-by: Christian Hesse > --- > Makefile | 4 ++-- > git | 2 +- > 2 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/Makefile b/Makefile > index 3c080fc..9ca0446 100644 > --- a/Makefile > +++ b/Makefile > @@ -14,8 +14,8 @@ htmldir = $(docdir) > pdfdir = $(docdir) > mandir = $(prefix)/share/man > SHA1_HEADER = > -GIT_VER = 2.42.1 > -GIT_URL = https://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.xz > +GIT_VER = 2.43.0.rc0 > +GIT_URL = https://www.kernel.org/pub/software/scm/git/testing/git-$(GIT_VER).tar.xz > INSTALL = install > COPYTREE = cp -r > MAN5_TXT = $(wildcard *.5.txt) > diff --git a/git b/git > index 61a22dd..bc52045 160000 > --- a/git > +++ b/git > @@ -1 +1 @@ > -Subproject commit 61a22ddaf0626111193a17ac12f366bd6d167dff > +Subproject commit bc5204569f7db44d22477485afd52ea410d83743 -- Todd