summaryrefslogtreecommitdiffabout
authorLars Hjemli <hjemli@gmail.com>2008-01-10 12:47:18 (UTC)
committer Lars Hjemli <hjemli@gmail.com>2008-01-10 12:47:18 (UTC)
commitedf0ae3bd7565b39c47fb2b7e0637bcc770c2e43 (patch) (side-by-side diff)
treec97e843b75ee95242a9be0f46a4d07480db4ad98
parent2216fd6472fe183439df1a39c1c06974abc3f150 (diff)
downloadcgit-edf0ae3bd7565b39c47fb2b7e0637bcc770c2e43.zip
cgit-edf0ae3bd7565b39c47fb2b7e0637bcc770c2e43.tar.gz
cgit-edf0ae3bd7565b39c47fb2b7e0637bcc770c2e43.tar.bz2
Use GIT-1.5.3.8
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--Makefile2
m---------git0
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 27e966d..795fb48 100644
--- a/Makefile
+++ b/Makefile
@@ -1,31 +1,31 @@
CGIT_VERSION = v0.7.1
CGIT_SCRIPT_NAME = cgit.cgi
CGIT_SCRIPT_PATH = /var/www/htdocs/cgit
CGIT_CONFIG = /etc/cgitrc
CACHE_ROOT = /var/cache/cgit
SHA1_HEADER = <openssl/sha.h>
-GIT_VER = 1.5.3.5
+GIT_VER = 1.5.3.8
GIT_URL = http://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.bz2
#
# Let the user override the above settings.
#
-include cgit.conf
EXTLIBS = git/libgit.a git/xdiff/lib.a -lz -lcrypto
OBJECTS = shared.o cache.o parsing.o html.o ui-shared.o ui-repolist.o \
ui-summary.o ui-log.o ui-tree.o ui-commit.o ui-diff.o \
ui-snapshot.o ui-blob.o ui-tag.o ui-refs.o
.PHONY: all git install clean distclean emptycache force-version get-git
all: cgit git
VERSION: force-version
@./gen-version.sh "$(CGIT_VERSION)"
-include VERSION
CFLAGS += -g -Wall -Igit
diff --git a/git b/git
-Subproject 3f2a7ae2c84c921e11041a5edc2522964fc1cce
+Subproject aadd4efa715f56e0eac5ac459c8ff4933b56d4c