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=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 4882 invoked from network); 27 Oct 2020 09:43:19 -0000 Received: from krantz.zx2c4.com (192.95.5.69) by inbox.vuxu.org with ESMTPUTF8; 27 Oct 2020 09:43:19 -0000 Received: by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 85638ea9; Tue, 27 Oct 2020 09:41:23 +0000 (UTC) Return-Path: Received: from mx.mylinuxtime.de (mx.mylinuxtime.de [2a01:4f8:13a:16c2::25]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTPS id a5f9576e (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Tue, 27 Oct 2020 09:41:21 +0000 (UTC) Received: from leda.eworm.de (p54b79b78.dip0.t-ipconnect.de [84.183.155.120]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mx.mylinuxtime.de (Postfix) with ESMTPSA id 7A0081610DE; Tue, 27 Oct 2020 10:43:09 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eworm.de; s=mail; t=1603791789; h=from:from: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; bh=nE4XG9GOGIJ5etBL9Ghpb8opgJDEDz7P8JfzNmdNXE0=; b=u23L1kdYS9Bnbenas0OCa8Xv00KBLpJGLAF4xFXoNhM3fAM0cf63fvmIi+73s5NydOLlNG Dtn7pUXyQzwb3gkxaN7vfa77Mz3bT+Rccdx6/CHTTaae05ga7vh+KhN5VmVHAAaB7Tz10M qG3AFgwi0gNIjGr0w+N9EadTbaBWJ6k= Received: by leda.eworm.de (Postfix, from userid 1000) id 5974A1A101C; Tue, 27 Oct 2020 10:42:37 +0100 (CET) From: Christian Hesse To: cgit@lists.zx2c4.com Cc: Christian Hesse Subject: [PATCH 1/1] git: update to v2.29.1 Date: Tue, 27 Oct 2020 10:42:33 +0100 Message-Id: <20201027094233.41187-1-list@eworm.de> X-Mailer: git-send-email 2.29.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Authentication-Results: mx.mylinuxtime.de; auth=pass smtp.auth=smtp-only@eworm.de smtp.mailfrom=eworm@leda.eworm.de X-Rspamd-Server: mx X-Stat-Signature: ndgbhbz57trx18fpgc8oqa3eyruzozbb X-Rspamd-Queue-Id: 7A0081610DE X-Spamd-Result: default: False [-5.19 / 15.00]; ARC_NA(0.00)[]; GENERIC_REPUTATION(0.00)[-0.83816758701581]; URIBL_BLOCKED(0.00)[eworm.de:email,kernel.org:url]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-2.85)[-0.951]; MIME_GOOD(-0.10)[text/plain]; DKIM_SIGNED(0.00)[]; NEURAL_HAM_SHORT(-0.54)[-0.539]; RCPT_COUNT_TWO(0.00)[2]; MID_CONTAINS_FROM(1.00)[]; FORGED_SENDER(0.30)[list@eworm.de,eworm@leda.eworm.de]; RCVD_COUNT_ZERO(0.00)[0]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:3320, ipnet:84.128.0.0/10, country:DE]; FROM_NEQ_ENVFROM(0.00)[list@eworm.de,eworm@leda.eworm.de]; BAYES_HAM(-3.00)[100.00%] 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.29.1. No functional change, but we want latest and greated version number, no? 😜 Signed-off-by: Christian Hesse --- Makefile | 2 +- git | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c947b63..eb60388 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ htmldir = $(docdir) pdfdir = $(docdir) mandir = $(prefix)/share/man SHA1_HEADER = -GIT_VER = 2.29.0 +GIT_VER = 2.29.1 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 69986e1..b927c80 160000 --- a/git +++ b/git @@ -1 +1 @@ -Subproject commit 69986e19ffcfb9af674ae5180689ab7bbf92ed28 +Subproject commit b927c80531cca9b9107754186532e8cb00884008