diff options
author | Lars Hjemli | 2007-11-03 11:33:54 +0100 |
---|---|---|
committer | Lars Hjemli | 2007-11-03 11:33:54 +0100 |
commit | c2f75225b49582702f98e656a2fd2e963c2ae667 (patch) | |
tree | 76bd85d02e813d741cadd835eb8af2997d9eef23 | |
parent | Don't include current SHA1 in 'log' menu-item (diff) | |
download | cgit-c2f75225b49582702f98e656a2fd2e963c2ae667.tar.gz cgit-c2f75225b49582702f98e656a2fd2e963c2ae667.zip |
Use GIT-1.5.3.5
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 36b5ff6..85f9235 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.3.3 | 7 | GIT_VER = 1.5.3.5 |
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 552ce11006e39bd07efd79946f180df47aa35b4 | Subproject 3f2a7ae2c84c921e11041a5edc2522964fc1cce | ||