cgit

commit e743443811f5816f02a9ca67404613be97bfa615

Author: Lars Hjemli <hjemli@gmail.com>

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 +-


diff --git a/Makefile b/Makefile
index 7c0527b0ff81623c051b68ae59a6f42aaa52fa81..644914c983c34fa96e823042ddf6088cd23422c4 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>