diff options
author | Christian Hesse <mail@eworm.de> | 2020-10-27T09·39+0100 |
---|---|---|
committer | Vincent Ambo <mail@tazj.in> | 2021-09-21T11·10+0300 |
commit | 67b44822b30540bec4f119b131f6b88cd6e5ec70 (patch) | |
tree | 091d69d72476cdc7541fdff84c6268488d69ca41 /third_party | |
parent | 766677748d167d565e1f280a0daea710b2ee8db3 (diff) |
chore(3p/cgit): git: update to v2.29.1 r/2893
Update to git version v2.29.1. No functional change, but we want latest and greated version number, no? 😜 Signed-off-by: Christian Hesse <mail@eworm.de> Change-Id: Ie890ace2e88dca0d7defb1cac5a2723699f794db
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/cgit/Makefile | 2 | ||||
l--------- | third_party/cgit/git | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/third_party/cgit/Makefile b/third_party/cgit/Makefile index c947b63e2457..eb6038810393 100644 --- a/third_party/cgit/Makefile +++ b/third_party/cgit/Makefile @@ -14,7 +14,7 @@ htmldir = $(docdir) pdfdir = $(docdir) mandir = $(prefix)/share/man SHA1_HEADER = <openssl/sha.h> -GIT_VER = 2.29.0 +GIT_VER = 2.29.1 GIT_URL = https://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.xz INSTALL = install COPYTREE = cp -r diff --git a/third_party/cgit/git b/third_party/cgit/git deleted file mode 120000 index e1a7dc2cdfee..000000000000 --- a/third_party/cgit/git +++ /dev/null @@ -1 +0,0 @@ -../git/ \ No newline at end of file |