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.3 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,RCVD_IN_ZEN_BLOCKED_OPENDNS 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 B916224838 for ; Sat, 9 Aug 2025 00:23:53 +0200 (CEST) Received: by lists.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 72fdea07; Fri, 8 Aug 2025 22:23:41 +0000 (UTC) Received: from mx.mylinuxtime.de (mx.mylinuxtime.de [2a01:4f8:222:1e83::25]) by lists.zx2c4.com (ZX2C4 Mail Server) with ESMTPS id 26d10ba0 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Fri, 8 Aug 2025 22:23:39 +0000 (UTC) Received: from leda.eworm.de (tmo-103-50.customers.d1-online.com [80.187.103.50]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mx.mylinuxtime.de (Postfix) with ESMTPSA id E59572DFA84; Sat, 09 Aug 2025 00:23:38 +0200 (CEST) Authentication-Results: mx.mylinuxtime.de; auth=pass smtp.auth=smtp-only@eworm.de smtp.mailfrom=eworm@leda.eworm.de Received: by leda.eworm.de (Postfix, from userid 1000) id B731C18176B; Sat, 09 Aug 2025 00:23:37 +0200 (CEST) From: Christian Hesse To: cgit@lists.zx2c4.com Cc: Christian Hesse Subject: [PATCH 1/1] RFC: git: update to v2.51.0-rc1 Date: Sat, 9 Aug 2025 00:23:33 +0200 Message-ID: <20250808222333.48983-1-list@eworm.de> X-Mailer: git-send-email 2.50.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spamd-Bar: / X-Spamd-Result: default: False [0.00 / 15.00] X-Rspamd-Server: mx X-Rspamd-Queue-Id: E59572DFA84 X-Stat-Signature: mou9aob5phe6rqqnbq8zcrreepss1n4q X-Rspamd-Action: no action 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" From: Christian Hesse Update to git version v2.51.0-rc1, this requires changes for these upstream commits: * 8f49151763cb81adf4bcec53c1ae67057081b02d object-store: rename files to "odb.{c,h}" Signed-off-by: Christian Hesse --- Makefile | 4 ++-- cgit.h | 2 +- git | 2 +- ui-clone.c | 1 - 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index a97d9d4..67ca081 100644 --- a/Makefile +++ b/Makefile @@ -14,8 +14,8 @@ htmldir = $(docdir) pdfdir = $(docdir) mandir = $(prefix)/share/man SHA1_HEADER = -GIT_VER = 2.50.1 -GIT_URL = https://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.xz +GIT_VER = 2.51.0.rc1 +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/cgit.h b/cgit.h index 9146d9a..653ec28 100644 --- a/cgit.h +++ b/cgit.h @@ -17,7 +17,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/git b/git index d82adb6..2c2ba49 160000 --- a/git +++ b/git @@ -1 +1 @@ -Subproject commit d82adb61ba2fd11d8f2587fca1b6bd7925ce4044 +Subproject commit 2c2ba49d55ff26c1082b8137b1ec5eeccb4337d1 diff --git a/ui-clone.c b/ui-clone.c index 2ed3e1c..0fadf24 100644 --- a/ui-clone.c +++ b/ui-clone.c @@ -14,7 +14,6 @@ #include "html.h" #include "ui-shared.h" #include "packfile.h" -#include "object-store.h" static int print_ref_info(const char *refname, const char *referent UNUSED, const struct object_id *oid, int flags, void *cb_data)