author | Lars Hjemli <hjemli@gmail.com> | 2008-02-16 10:22:06 (UTC) |
---|---|---|
committer | Lars Hjemli <hjemli@gmail.com> | 2008-02-16 10:28:16 (UTC) |
commit | e5ed227ef0da561e2bde8646ec816842392377ee (patch) (side-by-side diff) | |
tree | e3f2065c66401c06d1e90f732031077baf1761e1 | |
parent | 2106c96ca0d6150ea728b8ac9fbbc918e9086b58 (diff) | |
download | cgit-e5ed227ef0da561e2bde8646ec816842392377ee.zip cgit-e5ed227ef0da561e2bde8646ec816842392377ee.tar.gz cgit-e5ed227ef0da561e2bde8646ec816842392377ee.tar.bz2 |
Use GIT-1.5.4.1
-rw-r--r-- | Makefile | 2 | ||||
m--------- | git | 0 |
2 files changed, 1 insertions, 1 deletions
@@ -1,23 +1,23 @@ CGIT_VERSION = v0.7.2 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.4 +GIT_VER = 1.5.4.1 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 ui-patch.o ifdef NEEDS_LIBICONV EXTLIBS += -liconv diff --git a/git b/git -Subproject c3c135291a62a01f7fd385f46cde34091767259 +Subproject 527270689c364bea9b0630df9bae5e09c2071c1 |