diff options
author | Christian Hesse | 2022-12-12 16:21:23 +0100 |
---|---|---|
committer | Yigit Sever | 2023-07-21 03:03:49 +0300 |
commit | cafd9178eb039f859fbdc85c5c006331e3222f33 (patch) | |
tree | 327890413349c6e9b2a592d230d74f0b8499ca57 | |
parent | 1fd2c77bf11a2a82a267b4c6fe892f1856deaf29 (diff) | |
download | cgit-cafd9178eb039f859fbdc85c5c006331e3222f33.tar.gz cgit-cafd9178eb039f859fbdc85c5c006331e3222f33.tar.bz2 cgit-cafd9178eb039f859fbdc85c5c006331e3222f33.zip |
git: update to v2.39.0
Update to git version v2.39.0, no additional changes required.
Signed-off-by: Christian Hesse <mail@eworm.de>
-rw-r--r-- | Makefile | 2 | ||||
m--------- | git | 0 |
2 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ htmldir = $(docdir) | |||
14 | pdfdir = $(docdir) | 14 | pdfdir = $(docdir) |
15 | mandir = $(prefix)/share/man | 15 | mandir = $(prefix)/share/man |
16 | SHA1_HEADER = <openssl/sha.h> | 16 | SHA1_HEADER = <openssl/sha.h> |
17 | GIT_VER = 2.38.2 | 17 | GIT_VER = 2.39.0 |
18 | GIT_URL = https://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.xz | 18 | GIT_URL = https://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.xz |
19 | INSTALL = install | 19 | INSTALL = install |
20 | COPYTREE = cp -r | 20 | COPYTREE = cp -r |
diff --git a/git b/git | |||
Subproject 8706a59933d09354c5e3eb09a543453655a9718 | Subproject c48035d29b4e524aed3a32f0403676f0d912886 | ||