diff options
author | Christian Hesse | 2016-10-04 08:51:05 +0200 |
---|---|---|
committer | Christian Hesse | 2016-10-04 21:54:30 +0200 |
commit | d6a4730d049216f903fb0466215366f588208a40 (patch) | |
tree | 83472e9df91532799ff669273b7df992acb63d78 | |
parent | ui-tree: replace 'unsigned char sha1[20]' with 'struct object_id oid' (diff) | |
download | cgit-d6a4730d049216f903fb0466215366f588208a40.tar.gz cgit-d6a4730d049216f903fb0466215366f588208a40.zip |
git: update to v2.10.1
Update to git version v2.10.1, no changes required.
-rw-r--r-- | Makefile | 2 | ||||
m--------- | git | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 3ca4016..caa32d6 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.10.0 | 17 | GIT_VER = 2.10.1 |
18 | GIT_URL = https://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.gz | 18 | GIT_URL = https://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.gz |
19 | INSTALL = install | 19 | INSTALL = install |
20 | COPYTREE = cp -r | 20 | COPYTREE = cp -r |
diff --git a/git b/git | |||
Subproject 6ebdac1bab966b720d776aa43ca188fe378b1f4 | Subproject 6406bdc0b95715a087fdeeb0f6adf3deb80a25b | ||