diff options
author | Christian Hesse <mail@eworm.de> | 2020-10-06 16:32:08 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2020-10-19 20:27:28 +0200 |
commit | 629659d2cffbf059374fc53e6400ff0bebe1ddde (patch) | |
tree | 5447658c87e9aa4331e36ace5ebe295d9ed2952e /Makefile | |
parent | git: update to v2.28.0 (diff) | |
download | cgit-pink-629659d2cffbf059374fc53e6400ff0bebe1ddde.tar.gz cgit-pink-629659d2cffbf059374fc53e6400ff0bebe1ddde.zip |
git: update to v2.29.0
Update to git version v2.29.0, this requires changes for these upstream commits: * dbbcd44fb47347a3fdbee88ea21805b7f4ac0b98 strvec: rename files from argv-array to strvec * 873cd28a8b17ff21908c78c7929a7615f8c94992 argv-array: rename to strvec * d70a9eb611a9d242c1d26847d223b8677609305b strvec: rename struct fields * 6a67c759489e1025665adf78326e9e0d0981bab5 test-lib-functions: restrict test_must_fail usage Signed-off-by: Christian Hesse <mail@eworm.de>
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 84822f0..c947b63 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ htmldir = $(docdir) pdfdir = $(docdir) mandir = $(prefix)/share/man SHA1_HEADER = <openssl/sha.h> -GIT_VER = 2.28.0 +GIT_VER = 2.29.0 GIT_URL = https://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.xz INSTALL = install COPYTREE = cp -r |