From 7fa088e99ad2c938ff296e649da33b0bcdd46f63 Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Wed, 6 Aug 2008 19:08:19 +0200 Subject: 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 --- Makefile | 2 +- git | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ab0bbd4..1163b02 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ CGIT_SCRIPT_PATH = /var/www/htdocs/cgit CGIT_CONFIG = /etc/cgitrc CACHE_ROOT = /var/cache/cgit SHA1_HEADER = -GIT_VER = 1.5.6 +GIT_VER = 1.6.0.rc1 GIT_URL = http://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.bz2 # diff --git a/git b/git index 93310a4..8e1db38 160000 --- a/git +++ b/git @@ -1 +1 @@ -Subproject commit 93310a40eb022a0e36e7c618921931d8ffc31fd1 +Subproject commit 8e1db3871c767cb17b5e0eeb7bea8d967821a055 -- cgit v1.2.3-59-g8ed1b