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.2 required=5.0 tests=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 C3D0D2F7AD for ; Mon, 18 Aug 2025 21:16:36 +0200 (CEST) Received: by lists.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 9ab21f7e; Mon, 18 Aug 2025 19:16:23 +0000 (UTC) Received: from mx.mylinuxtime.de (mx.mylinuxtime.de [46.4.70.188]) by lists.zx2c4.com (ZX2C4 Mail Server) with ESMTPS id cb604585 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Mon, 18 Aug 2025 19:16:23 +0000 (UTC) Received: from leda.eworm.de (tmo-075-44.customers.d1-online.com [80.187.75.44]) (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 68CDB2F6C2D; Mon, 18 Aug 2025 21:16:22 +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 E083B180BA9; Mon, 18 Aug 2025 21:16:17 +0200 (CEST) From: Christian Hesse To: cgit@lists.zx2c4.com Cc: Christian Hesse Subject: [PATCH 1/1] git: update to v2.51.0 Date: Mon, 18 Aug 2025 21:16:07 +0200 Message-ID: <20250818191607.18433-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: 68CDB2F6C2D X-Stat-Signature: bc74iz4ufyknp1ow959sz6e74h56sxss 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, this requires changes for these upstream commits: * 8f49151763cb81adf4bcec53c1ae67057081b02d object-store: rename files to "odb.{c,h}" Signed-off-by: Christian Hesse --- Makefile | 2 +- cgit.h | 2 +- git | 2 +- ui-clone.c | 1 - 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index a97d9d4..60075af 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ htmldir = $(docdir) pdfdir = $(docdir) mandir = $(prefix)/share/man SHA1_HEADER = -GIT_VER = 2.50.1 +GIT_VER = 2.51.0 GIT_URL = https://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.xz INSTALL = install COPYTREE = cp -r 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..c44beea 160000 --- a/git +++ b/git @@ -1 +1 @@ -Subproject commit d82adb61ba2fd11d8f2587fca1b6bd7925ce4044 +Subproject commit c44beea485f0f2feaf460e2ac87fdd5608d63cf0 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)