author | Lars Hjemli <hjemli@gmail.com> | 2008-08-06 17:08:19 (UTC) |
---|---|---|
committer | Lars Hjemli <hjemli@gmail.com> | 2008-08-06 20:34:20 (UTC) |
commit | 7fa088e99ad2c938ff296e649da33b0bcdd46f63 (patch) (unidiff) | |
tree | e76a428c2194c273ba45a4df931f7a9f426db29e | |
parent | 8c2a1367c49dbe54c90f63ae93e0c78473c7dfba (diff) | |
download | cgit-7fa088e99ad2c938ff296e649da33b0bcdd46f63.zip cgit-7fa088e99ad2c938ff296e649da33b0bcdd46f63.tar.gz cgit-7fa088e99ad2c938ff296e649da33b0bcdd46f63.tar.bz2 |
Use GIT-1.6.0.rc1
Now that rc1 is released as a tarball `make get-git` should start working
again.
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
-rw-r--r-- | Makefile | 2 | ||||
m--------- | git | 0 |
2 files changed, 1 insertions, 1 deletions
@@ -1,15 +1,15 @@ | |||
1 | CGIT_VERSION = v0.7.2 | 1 | CGIT_VERSION = v0.7.2 |
2 | CGIT_SCRIPT_NAME = cgit.cgi | 2 | CGIT_SCRIPT_NAME = cgit.cgi |
3 | CGIT_SCRIPT_PATH = /var/www/htdocs/cgit | 3 | 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.6 | 7 | GIT_VER = 1.6.0.rc1 |
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 | # |
11 | # Let the user override the above settings. | 11 | # Let the user override the above settings. |
12 | # | 12 | # |
13 | -include cgit.conf | 13 | -include cgit.conf |
14 | 14 | ||
15 | # | 15 | # |
diff --git a/git b/git | |||
Subproject 93310a40eb022a0e36e7c618921931d8ffc31fd | Subproject 8e1db3871c767cb17b5e0eeb7bea8d967821a05 | ||