From d62e71a0240a7506b870b99e5c068f336e0a137e Mon Sep 17 00:00:00 2001 From: John Keeping Date: Sat, 24 Aug 2013 00:28:39 +0100 Subject: git: update to 1.8.4 No code changes required, just bump the submodule and makefile versions. Signed-off-by: John Keeping --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 49b6b0c..82d5b58 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ htmldir = $(docdir) pdfdir = $(docdir) mandir = $(prefix)/share/man SHA1_HEADER = -GIT_VER = 1.8.3 +GIT_VER = 1.8.4 GIT_URL = https://git-core.googlecode.com/files/git-$(GIT_VER).tar.gz INSTALL = install COPYTREE = cp -r -- cgit 1.4.1 label='branches'> DON'T USE THIS! --- web frontend for git
about summary refs log tree commit diff
Commit message (Expand)Author
2014-01-08README: Spelling and formatting fixesLukas Fleischer
2014-01-08Fix UTF-8 with syntax-highlighting.pyPřemysl Janouch
2014-01-08Add a suggestion to the manpagePřemysl Janouch
2014-01-08Fix the example configurationPřemysl Janouch
2014-01-08Fix about-formatting.shPřemysl Janouch
2014-01-08Fix some spelling errorsPřemysl Janouch
2014-01-08filters: highlight.sh: add css comments for highlight 2.6 and 3.8Ferry Huberts