diff options
author | Christian Hesse | 2020-07-27 20:36:14 +0200 |
---|---|---|
committer | Christian Hesse | 2020-07-27 20:36:14 +0200 |
commit | 205837d4684f331afa93c946cbdfa1fa9b3d1ce9 (patch) | |
tree | 2cb6928c256f028dfb425279fc17e7f3c7c746eb | |
parent | git: update to v2.27.0 (diff) | |
download | cgit-205837d4684f331afa93c946cbdfa1fa9b3d1ce9.tar.gz cgit-205837d4684f331afa93c946cbdfa1fa9b3d1ce9.zip |
git: update to v2.28.0
Update to git version v2.28.0. No 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
diff --git a/Makefile b/Makefile index 5c8fa8c..84822f0 100644 --- a/Makefile +++ b/Makefile | |||
@@ -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.27.0 | 17 | GIT_VER = 2.28.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 b3d7a52fac39193503a0b6728771d1bf6a16146 | Subproject 47ae905ffb98cc4d4fd90083da6bc8dab55d9ec | ||