about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Keeping <john@keeping.me.uk>2013-05-25 11:19:00 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2013-05-25 13:10:14 +0200
commit0499e88ccec43dc69233841779ab4b71b5d94dac (patch)
treeda7da456a79dfa589058bbf20882f57c9137b2ee /Makefile
parentcache.c: cache ls_cache output properly (diff)
downloadcgit-pink-0499e88ccec43dc69233841779ab4b71b5d94dac.tar.gz
cgit-pink-0499e88ccec43dc69233841779ab4b71b5d94dac.zip
git: update to 1.8.3
No changes required, just bump the submodule and Makefile versions.

Signed-off-by: John Keeping <john@keeping.me.uk>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0fe0bc2..4b83ac7 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.2.2
+GIT_VER = 1.8.3
 GIT_URL = https://git-core.googlecode.com/files/git-$(GIT_VER).tar.gz
 INSTALL = install
 MAN5_TXT = $(wildcard *.5.txt)
/cgit.c?h=1.4.0&id=dc41a0018058c81ee9a0a2dc6e89f737d7c1c966&follow=1'>Fix processing of repo.hide and repo.ignoreDaniel Reichelt