all repos — cgit @ e743443811f5816f02a9ca67404613be97bfa615

a hyperfast web frontend for git written in c

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>
Lars Hjemli hjemli@gmail.com
Thu, 10 May 2007 08:50:49 +0200
commit

e743443811f5816f02a9ca67404613be97bfa615

parent

ca8eb8fc8f71ee0a40015c323619f776840b6503

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M MakefileMakefile

@@ -1,7 +1,7 @@

CGIT_VERSION = 0.2 prefix = /var/www/htdocs/cgit -gitsrc = ../git +gitsrc = git SHA1_HEADER = <openssl/sha.h>