From 08b67765f9794ccd5f469e7ebdd5087d0e71dca0 Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Thu, 20 Sep 2007 01:03:25 +0200 Subject: Upgrade to GIT 1.5.3.2 Signed-off-by: Lars Hjemli --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a93a843..9b92283 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ CGIT_SCRIPT_PATH = /var/www/htdocs/cgit CGIT_CONFIG = /etc/cgitrc CACHE_ROOT = /var/cache/cgit SHA1_HEADER = -GIT_VER = 1.5.3.1 +GIT_VER = 1.5.3.2 GIT_URL = http://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.bz2 # -- cgit 1.4.1 );'> collaborative ASCII art
about summary refs log tree commit diff homepage
Commit message (Collapse)Author
2019-01-07Add license notice to explore JavaScriptJune McEnroe
2019-01-07Add Q/Home binding in exploreJune McEnroe
2019-01-07Fix explore image URLJune McEnroe
2019-01-07Add HOME button, ssh link, AGPL notice to exploreJune McEnroe
2019-01-06Add meta viewport to exploreJune McEnroe
2019-01-06Set background and max-width in exploreJune McEnroe
2019-01-06Swallow writes after the connection is closedJune McEnroe
It was not okay.
2019-01-06Handle KCGI_HUPJune McEnroe
I hope it's okay that I keep writing to the fwopen stream after streamWrite returns -1.
2019-01-06Install html filesJune McEnroe