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>
This commit is contained in:
parent
ca8eb8fc8f
commit
e743443811
2
Makefile
2
Makefile
@ -1,7 +1,7 @@
|
|||||||
CGIT_VERSION = 0.2
|
CGIT_VERSION = 0.2
|
||||||
|
|
||||||
prefix = /var/www/htdocs/cgit
|
prefix = /var/www/htdocs/cgit
|
||||||
gitsrc = ../git
|
gitsrc = git
|
||||||
|
|
||||||
SHA1_HEADER = <openssl/sha.h>
|
SHA1_HEADER = <openssl/sha.h>
|
||||||
|
|
||||||
|
1
git
Submodule
1
git
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 9159afbfce955db86373dab95b5f8e31fb763dae
|
Loading…
Reference in New Issue
Block a user