diff options
author | Christian Hesse <mail@eworm.de> | 2013-11-28 00:19:50 +0100 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2014-01-08 14:59:38 +0100 |
commit | 3cebf6838b0739caaf711255d4c3a397d1e3046a (patch) | |
tree | 21eb6d42b5a001aff1f771bfa65a59aba59946ab | |
parent | Reduce line number bloat, fix hover effect (diff) | |
download | cgit-pink-3cebf6838b0739caaf711255d4c3a397d1e3046a.tar.gz cgit-pink-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>
Diffstat (limited to '')
-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) pdfdir = $(docdir) mandir = $(prefix)/share/man SHA1_HEADER = <openssl/sha.h> -GIT_VER = 1.8.4 +GIT_VER = 1.8.5 GIT_URL = https://git-core.googlecode.com/files/git-$(GIT_VER).tar.gz INSTALL = install COPYTREE = cp -r diff --git a/git b/git -Subproject e230c568c4b9a991e3175e5f65171a566fd8e39 +Subproject d2446dfd7f3b3f8948142cfb07a0270e2497d93 |