summaryrefslogtreecommitdiffabout
authorLars Hjemli <hjemli@gmail.com>2008-06-25 15:39:25 (UTC)
committer Lars Hjemli <hjemli@gmail.com>2008-06-25 15:39:25 (UTC)
commit833b0d2732f808281496df16eb917d6fdb0a274f (patch) (unidiff)
tree4d5289fd3edcb7e1c4d418bdbec2c0626c72ad11
parente6b635c2b1a0b2c08170c70e8b9e59f4b9789431 (diff)
downloadcgit-833b0d2732f808281496df16eb917d6fdb0a274f.zip
cgit-833b0d2732f808281496df16eb917d6fdb0a274f.tar.gz
cgit-833b0d2732f808281496df16eb917d6fdb0a274f.tar.bz2
Use GIT-1.5.6
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--Makefile2
m---------git0
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cf32c0a..3719e96 100644
--- a/Makefile
+++ b/Makefile
@@ -1,15 +1,15 @@
1CGIT_VERSION = v0.7.2 1CGIT_VERSION = v0.7.2
2CGIT_SCRIPT_NAME = cgit.cgi 2CGIT_SCRIPT_NAME = cgit.cgi
3CGIT_SCRIPT_PATH = /var/www/htdocs/cgit 3CGIT_SCRIPT_PATH = /var/www/htdocs/cgit
4CGIT_CONFIG = /etc/cgitrc 4CGIT_CONFIG = /etc/cgitrc
5CACHE_ROOT = /var/cache/cgit 5CACHE_ROOT = /var/cache/cgit
6SHA1_HEADER = <openssl/sha.h> 6SHA1_HEADER = <openssl/sha.h>
7GIT_VER = 1.5.5.1 7GIT_VER = 1.5.6
8GIT_URL = http://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.bz2 8GIT_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 66aaa2fc22c8494d9019b241f5d6395a6044a89 Subproject e449f105805ffa49ccf7cf080db897ecf65a1a0