From list at eworm.de Mon Dec 16 21:39:29 2024 From: list at eworm.de (Christian Hesse) Date: Mon, 16 Dec 2024 21:39:29 -0000 Subject: [PATCH 1/1] RFC: git: update to v2.48.0-rc0 Message-ID: <20241216213925.147985-1-list@eworm.de> From: Christian Hesse Update to git version v2.48.0-rc0, no additional changes required. Signed-off-by: Christian Hesse --- Makefile | 4 ++-- git | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 1cc9b86..6936505 100644 --- a/Makefile +++ b/Makefile @@ -14,8 +14,8 @@ htmldir = $(docdir) pdfdir = $(docdir) mandir = $(prefix)/share/man SHA1_HEADER = -GIT_VER = 2.47.1 -GIT_URL = https://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.xz +GIT_VER = 2.48.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 92999a4..063bceb 160000 --- a/git +++ b/git @@ -1 +1 @@ -Subproject commit 92999a42db1c5f43f330e4f2bca4026b5b81576f +Subproject commit 063bcebf0c917140ca0e705cbe0fdea127e90086 -- false From fossdd at pwned.life Wed Dec 25 20:04:29 2024 From: fossdd at pwned.life (fossdd) Date: Wed, 25 Dec 2024 20:04:29 -0000 Subject: New releases of cgit In-Reply-To: References: Message-ID: On Mon Apr 29, 2024 at 11:21 AM CEST, fossdd wrote: > Hello, > > is there a reason why no release has been made in the last 4 years, > while the master is still getting new commits? > > Otherwise it would be nice if a tag could be made so that distributions > can pick them up. > > Thanks! Friendly ping! <3 From list at eworm.de Mon Dec 30 19:39:21 2024 From: list at eworm.de (Christian Hesse) Date: Mon, 30 Dec 2024 19:39:21 -0000 Subject: [PATCH 1/1] RFC: git: update to v2.48.0-rc1 Message-ID: <20241230193918.37340-1-list@eworm.de> From: Christian Hesse Update to git version v2.48.0-rc1, no additional changes required. Signed-off-by: Christian Hesse --- Makefile | 4 ++-- git | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 1cc9b86..6024d18 100644 --- a/Makefile +++ b/Makefile @@ -14,8 +14,8 @@ htmldir = $(docdir) pdfdir = $(docdir) mandir = $(prefix)/share/man SHA1_HEADER = -GIT_VER = 2.47.1 -GIT_URL = https://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.xz +GIT_VER = 2.48.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/git b/git index 92999a4..bc2c657 160000 --- a/git +++ b/git @@ -1 +1 @@ -Subproject commit 92999a42db1c5f43f330e4f2bca4026b5b81576f +Subproject commit bc2c65770dca70c1d4e151fad971bc7c7235a702 -- false