author | Lars Hjemli <hjemli@gmail.com> | 2008-01-10 12:47:18 (UTC) |
---|---|---|
committer | Lars Hjemli <hjemli@gmail.com> | 2008-01-10 12:47:18 (UTC) |
commit | edf0ae3bd7565b39c47fb2b7e0637bcc770c2e43 (patch) (side-by-side diff) | |
tree | c97e843b75ee95242a9be0f46a4d07480db4ad98 | |
parent | 2216fd6472fe183439df1a39c1c06974abc3f150 (diff) | |
download | cgit-edf0ae3bd7565b39c47fb2b7e0637bcc770c2e43.zip cgit-edf0ae3bd7565b39c47fb2b7e0637bcc770c2e43.tar.gz cgit-edf0ae3bd7565b39c47fb2b7e0637bcc770c2e43.tar.bz2 |
Use GIT-1.5.3.8
-rw-r--r-- | Makefile | 2 | ||||
m--------- | git | 0 |
2 files changed, 1 insertions, 1 deletions
@@ -1,23 +1,23 @@ 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 diff --git a/git b/git -Subproject 3f2a7ae2c84c921e11041a5edc2522964fc1cce +Subproject aadd4efa715f56e0eac5ac459c8ff4933b56d4c |