diff options
author | Lars Hjemli | 2007-05-10 08:50:49 +0200 |
---|---|---|
committer | Lars Hjemli | 2007-05-11 10:59:10 +0200 |
commit | e743443811f5816f02a9ca67404613be97bfa615 (patch) | |
tree | 5c96d634975928499f89646d95a74b36004ad3d6 | |
parent | Add support for downloading single blobs (diff) | |
download | cgit-e743443811f5816f02a9ca67404613be97bfa615.tar.gz cgit-e743443811f5816f02a9ca67404613be97bfa615.zip |
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>
-rw-r--r-- | Makefile | 2 | ||||
m--------- | git | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 7c0527b..644914c 100644 --- a/Makefile +++ b/Makefile | |||
@@ -1,7 +1,7 @@ | |||
1 | CGIT_VERSION = 0.2 | 1 | CGIT_VERSION = 0.2 |
2 | 2 | ||
3 | prefix = /var/www/htdocs/cgit | 3 | prefix = /var/www/htdocs/cgit |
4 | gitsrc = ../git | 4 | gitsrc = git |
5 | 5 | ||
6 | SHA1_HEADER = <openssl/sha.h> | 6 | SHA1_HEADER = <openssl/sha.h> |
7 | 7 | ||
diff --git a/git b/git new file mode 160000 | |||
Subproject 9159afbfce955db86373dab95b5f8e31fb763da | |||