diff options
author | Lars Hjemli | 2008-05-18 21:40:28 +0200 |
---|---|---|
committer | Lars Hjemli | 2008-05-18 21:40:28 +0200 |
commit | c3de425acbc4ae1190ca99e733a72da56c6a082b (patch) | |
tree | a389aabd5071681e7d520d11ec384224f94fe567 | |
parent | Include commit-id in link from diff-stat (diff) | |
download | cgit-c3de425acbc4ae1190ca99e733a72da56c6a082b.tar.gz cgit-c3de425acbc4ae1190ca99e733a72da56c6a082b.zip |
Use GIT-1.5.5.1
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
-rw-r--r-- | Makefile | 2 | ||||
m--------- | git | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 85139e8..cf32c0a 100644 --- a/Makefile +++ b/Makefile | |||
@@ -4,7 +4,7 @@ CGIT_SCRIPT_PATH = /var/www/htdocs/cgit | |||
4 | CGIT_CONFIG = /etc/cgitrc | 4 | CGIT_CONFIG = /etc/cgitrc |
5 | CACHE_ROOT = /var/cache/cgit | 5 | CACHE_ROOT = /var/cache/cgit |
6 | SHA1_HEADER = <openssl/sha.h> | 6 | SHA1_HEADER = <openssl/sha.h> |
7 | GIT_VER = 1.5.5 | 7 | GIT_VER = 1.5.5.1 |
8 | GIT_URL = http://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.bz2 | 8 | GIT_URL = http://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.bz2 |
9 | 9 | ||
10 | # | 10 | # |
diff --git a/git b/git | |||
Subproject 1d2375ddfee18bd3effd2c1f98527cc2f8b1df0 | Subproject 66aaa2fc22c8494d9019b241f5d6395a6044a89 | ||