From e743443811f5816f02a9ca67404613be97bfa615 Mon Sep 17 00:00:00 2001
From: Lars Hjemli
Date: Thu, 10 May 2007 08:50:49 +0200
Subject: Added git as a submodule

This commit adds the subdirectory 'git' as a submodule containing
the git git repository, but doesn't add support for automatically
cloning the submodule.

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'Makefile')

diff --git a/Makefile b/Makefile
index 7c0527b..644914c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 CGIT_VERSION = 0.2
 
 prefix = /var/www/htdocs/cgit
-gitsrc = ../git
+gitsrc = git
 
 SHA1_HEADER = <openssl/sha.h>
 
-- 
cgit v1.2.3-54-g00ecf