diff options
author | Christian Hesse | 2022-01-11 11:03:29 +0100 |
---|---|---|
committer | Yigit Sever | 2023-07-21 03:03:48 +0300 |
commit | 5efce314f1204907fb91d1e75fffb6f70b732a6b (patch) | |
tree | 10a8165d7f36e131e48c0933d98f150f4c196326 | |
parent | 141743a799bc1672c253c4fc48341db607a27e84 (diff) | |
download | cgit-5efce314f1204907fb91d1e75fffb6f70b732a6b.tar.gz cgit-5efce314f1204907fb91d1e75fffb6f70b732a6b.tar.bz2 cgit-5efce314f1204907fb91d1e75fffb6f70b732a6b.zip |
git: update to v2.35.0
Update to git version v2.35.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.34.1 | 17 | GIT_VER = 2.35.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 e9d7761bb94f20acc98824275e317fa82436c25 | Subproject 89bece5c8c96f0b962cfc89e63f82d603fd60be | ||