diff options
| author | 2026-06-17 21:44:45 +0200 | |
|---|---|---|
| committer | 2026-06-23 18:44:38 +0200 | |
| commit | 50c772b1e322dddd22ce56169fd720ff7f06668b (patch) | |
| tree | b509ab8c2db18c490ede709ee7385909ba45f689 /Makefile | |
| parent | Bump version (diff) | |
| download | cgit-ch/git-2-55.tar.xz cgit-ch/git-2-55.zip | |
RFC: git: update to v2.55.0-rc2ch/git-2-55
Update to git version v2.55.0-rc2, this requires a change for this
upstream commit:
* a80a8e3ea6a070185840219778df24db832899f6
setup: stop using `the_repository` in `setup_git_directory_gently()`
Signed-off-by: Christian Hesse <mail@eworm.de>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -14,8 +14,8 @@ htmldir = $(docdir) pdfdir = $(docdir) mandir = $(prefix)/share/man SHA1_HEADER = <openssl/sha.h> -GIT_VER = 2.54.0 -GIT_URL = https://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.xz +GIT_VER = 2.55.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) |
