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.4 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,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 A8A632F841 for ; Mon, 18 Nov 2024 04:46:30 +0100 (CET) Received: by lists.zx2c4.com (ZX2C4 Mail Server) with ESMTP id a4c87ca4; Mon, 18 Nov 2024 01:39:07 +0000 (UTC) Received: from gate.home.utahime.org (gate.home.utahime.org [111.108.18.121]) by lists.zx2c4.com (ZX2C4 Mail Server) with ESMTPS id 4a481c9a (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Fri, 1 Nov 2024 04:56:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=utahime.org; i=@utahime.org; q=dns/txt; s=maybe2024061701; t=1730437012; h=from : to : subject : date : message-id : in-reply-to : references : mime-version : content-transfer-encoding : from; bh=mYmlzJqoWFM6N5fxRfczFkWTwHrlK1RawD72nmyH9xY=; b=Ix4Ft1JsLLhiw3vC6KlbOwlpq5+mlj7pqo9e7C6CT/kciYSgkMg0NKcZeyK0/9Kg9YswY 9SGy+8MmlqkDk8UisK2nouROI8PGe9a0KhN8smffHTB+yah0dPLm+5LJTL0c7f95U62rdZE 4Virc/fMo4DKkSpy4ykUVbrIVnRxib6uIEQ7zgP7mcMGa4s7eVuO6J03Dx91A7BXRpsms0T b3RK/LXnA7ZGtYytA4I7F1H2WvaMgm0sDyU8xZzacAjh46yOpW50kqElKyS1z0lSsNEkGp0 d83NBM/H6OPu+6mpZEBVQkLftC94t4kSr7WMLiYnzCWN/K7dwfDH5PDOJp+g== Authentication-Results: gate.home.utahime.org; arc=none (no signatures found); dkim=pass (2048-bit rsa key sha256) header.d=utahime.org header.i=@utahime.org header.b=Ix4Ft1Js header.a=rsa-sha256 header.s=maybe2024061701; x-local-ip=pass; x-trusted-ip=pass Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by gate.home.utahime.org (Postfix) with ESMTPS id 01EBE22DA3 for ; Fri, 01 Nov 2024 13:56:52 +0900 (JST) Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [IPv6:240b:11:220:fe00::174:1]) by eastasia.home.utahime.org (Postfix) with ESMTP id 6C314CB40; Fri, 01 Nov 2024 13:56:51 +0900 (JST) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 1.4.1 at eastasia.home.utahime.org From: Yasuhiro Kimura To: cgit@lists.zx2c4.com Subject: [PATCH 2/3] git: update to v2.46.2 Date: Fri, 1 Nov 2024 13:56:32 +0900 Message-ID: <20241101045633.57275-2-yasu@utahime.org> X-Mailer: git-send-email 2.47.0 In-Reply-To: <20241101045633.57275-1-yasu@utahime.org> References: <20241101045633.57275-1-yasu@utahime.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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" Update to git version v2.46.2, no additional changes required. --- Makefile | 2 +- git | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9e595b8..fe15c2c 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ htmldir = $(docdir) pdfdir = $(docdir) mandir = $(prefix)/share/man SHA1_HEADER = -GIT_VER = 2.46.1 +GIT_VER = 2.46.2 GIT_URL = https://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.xz INSTALL = install COPYTREE = cp -r diff --git a/git b/git index a731929..4f71522 160000 --- a/git +++ b/git @@ -1 +1 @@ -Subproject commit a731929aa8016750c09bccc67c68feaf1259ce90 +Subproject commit 4f71522dfb7fc53eff569023303980c66114b1bc -- 2.47.0