From list at eworm.de Thu Nov 2 20:27:32 2023 From: list at eworm.de (Christian Hesse) Date: Thu, 2 Nov 2023 21:27:32 +0100 Subject: [PATCH 1/1] git: update to v2.42.1 Message-ID: <20231102202732.31790-1-list@eworm.de> From: Christian Hesse Update to git version v2.42.1, no additional changes required. Signed-off-by: Christian Hesse --- Makefile | 2 +- git | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 036a8e9..3c080fc 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ htmldir = $(docdir) pdfdir = $(docdir) mandir = $(prefix)/share/man SHA1_HEADER = -GIT_VER = 2.42.0 +GIT_VER = 2.42.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 43c8a30..61a22dd 160000 --- a/git +++ b/git @@ -1 +1 @@ -Subproject commit 43c8a30d150ecede9709c1f2527c8fba92c65f40 +Subproject commit 61a22ddaf0626111193a17ac12f366bd6d167dff -- 2.42.0 From list at eworm.de Tue Nov 7 15:14:33 2023 From: list at eworm.de (Christian Hesse) Date: Tue, 7 Nov 2023 16:14:33 +0100 Subject: [PATCH 1/1] RFC: git: update to v2.43.0-rc1 Message-ID: <20231107151433.88305-1-list@eworm.de> From: Christian Hesse Update to git version v2.43.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 3c080fc..9ca0446 100644 --- a/Makefile +++ b/Makefile @@ -14,8 +14,8 @@ htmldir = $(docdir) pdfdir = $(docdir) mandir = $(prefix)/share/man SHA1_HEADER = -GIT_VER = 2.42.1 -GIT_URL = https://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.xz +GIT_VER = 2.43.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 61a22dd..bc52045 160000 --- a/git +++ b/git @@ -1 +1 @@ -Subproject commit 61a22ddaf0626111193a17ac12f366bd6d167dff +Subproject commit bc5204569f7db44d22477485afd52ea410d83743 -- 2.42.1 From tmz at pobox.com Tue Nov 7 15:35:24 2023 From: tmz at pobox.com (Todd Zullinger) Date: Tue, 7 Nov 2023 10:35:24 -0500 Subject: [PATCH 1/1] RFC: git: update to v2.43.0-rc1 In-Reply-To: <20231107151433.88305-1-list@eworm.de> References: <20231107151433.88305-1-list@eworm.de> Message-ID: Christian Hesse wrote: > From: Christian Hesse > > Update to git version v2.43.0-rc1, no additional changes required. s/rc1/rc0 (or wait until tomorrow and update GIT_VER ;) Thanks for keeping things synced! > Signed-off-by: Christian Hesse > --- > Makefile | 4 ++-- > git | 2 +- > 2 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/Makefile b/Makefile > index 3c080fc..9ca0446 100644 > --- a/Makefile > +++ b/Makefile > @@ -14,8 +14,8 @@ htmldir = $(docdir) > pdfdir = $(docdir) > mandir = $(prefix)/share/man > SHA1_HEADER = > -GIT_VER = 2.42.1 > -GIT_URL = https://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.xz > +GIT_VER = 2.43.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 61a22dd..bc52045 160000 > --- a/git > +++ b/git > @@ -1 +1 @@ > -Subproject commit 61a22ddaf0626111193a17ac12f366bd6d167dff > +Subproject commit bc5204569f7db44d22477485afd52ea410d83743 -- Todd From list at eworm.de Tue Nov 7 15:37:41 2023 From: list at eworm.de (Christian Hesse) Date: Tue, 7 Nov 2023 16:37:41 +0100 Subject: [PATCH 1/1] RFC: git: update to v2.43.0-rc1 In-Reply-To: References: <20231107151433.88305-1-list@eworm.de> Message-ID: <20231107163741.5db51994@leda.eworm.net> Todd Zullinger on Tue, 2023/11/07 10:35: > > Update to git version v2.43.0-rc1, no additional changes required. > > s/rc1/rc0 (or wait until tomorrow and update GIT_VER ;) Ups... :) > Thanks for keeping things synced! You are welcome! -- main(a){char*c=/* Schoene Gruesse */"B?IJj;MEH" "CX:;",b;for(a/* Best regards my address: */=0;b=c[a++];) putchar(b-1/(/* Chris cc -ox -xc - && ./x */b/42*2-3)*42);} -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 488 bytes Desc: OpenPGP digital signature URL: From list at eworm.de Thu Nov 9 08:17:36 2023 From: list at eworm.de (Christian Hesse) Date: Thu, 9 Nov 2023 09:17:36 +0100 Subject: [PATCH 1/1] RFC: git: update to v2.43.0-rc1 Message-ID: <20231109081736.31370-1-list@eworm.de> From: Christian Hesse (This time for real! ?) Update to git version v2.43.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 3c080fc..8bacfaf 100644 --- a/Makefile +++ b/Makefile @@ -14,8 +14,8 @@ htmldir = $(docdir) pdfdir = $(docdir) mandir = $(prefix)/share/man SHA1_HEADER = -GIT_VER = 2.42.1 -GIT_URL = https://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.xz +GIT_VER = 2.43.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 61a22dd..dadef80 160000 --- a/git +++ b/git @@ -1 +1 @@ -Subproject commit 61a22ddaf0626111193a17ac12f366bd6d167dff +Subproject commit dadef801b365989099a9929e995589e455c51fed -- 2.42.1 From list at eworm.de Tue Nov 14 17:16:54 2023 From: list at eworm.de (Christian Hesse) Date: Tue, 14 Nov 2023 18:16:54 +0100 Subject: [PATCH 1/1] RFC: git: update to v2.43.0-rc2 Message-ID: <20231114171654.402458-1-list@eworm.de> From: Christian Hesse Update to git version v2.43.0-rc2, 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 3c080fc..e716a09 100644 --- a/Makefile +++ b/Makefile @@ -14,8 +14,8 @@ htmldir = $(docdir) pdfdir = $(docdir) mandir = $(prefix)/share/man SHA1_HEADER = -GIT_VER = 2.42.1 -GIT_URL = https://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.xz +GIT_VER = 2.43.0.rc2 +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 61a22dd..cfb8a6e 160000 --- a/git +++ b/git @@ -1 +1 @@ -Subproject commit 61a22ddaf0626111193a17ac12f366bd6d167dff +Subproject commit cfb8a6e9a93adbe81efca66e6110c9b4d2e57169 -- 2.42.1 From list at eworm.de Mon Nov 20 19:45:18 2023 From: list at eworm.de (Christian Hesse) Date: Mon, 20 Nov 2023 20:45:18 +0100 Subject: [PATCH 1/1] git: update to v2.43.0 Message-ID: <20231120194518.15395-1-list@eworm.de> From: Christian Hesse Update to git version v2.43.0, no additional changes required. Signed-off-by: Christian Hesse --- Makefile | 2 +- git | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 3c080fc..5e8b85a 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ htmldir = $(docdir) pdfdir = $(docdir) mandir = $(prefix)/share/man SHA1_HEADER = -GIT_VER = 2.42.1 +GIT_VER = 2.43.0 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 61a22dd..564d025 160000 --- a/git +++ b/git @@ -1 +1 @@ -Subproject commit 61a22ddaf0626111193a17ac12f366bd6d167dff +Subproject commit 564d0252ca632e0264ed670534a51d18a689ef5d -- 2.42.1