diff options
author | Christian Hesse | 2013-11-28 00:19:50 +0100 |
---|---|---|
committer | Jason A. Donenfeld | 2014-01-08 14:59:38 +0100 |
commit | 3cebf6838b0739caaf711255d4c3a397d1e3046a (patch) | |
tree | 21eb6d42b5a001aff1f771bfa65a59aba59946ab | |
parent | Reduce line number bloat, fix hover effect (diff) | |
download | cgit-3cebf6838b0739caaf711255d4c3a397d1e3046a.tar.gz cgit-3cebf6838b0739caaf711255d4c3a397d1e3046a.zip |
git: update to 1.8.5
Everything works just bumping the version in Makefile and commit hash in submodule. No code changes required. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de>
-rw-r--r-- | Makefile | 2 | ||||
m--------- | git | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 82d5b58..9930570 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 = 1.8.4 | 17 | GIT_VER = 1.8.5 |
18 | GIT_URL = https://git-core.googlecode.com/files/git-$(GIT_VER).tar.gz | 18 | GIT_URL = https://git-core.googlecode.com/files/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 e230c568c4b9a991e3175e5f65171a566fd8e39 | Subproject d2446dfd7f3b3f8948142cfb07a0270e2497d93 | ||