From 93397a765b9d9af11b7d10c114406e303ea4fb1c Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Sun, 14 Sep 2008 22:07:12 +0000 Subject: Add support for --scan-tree= option to cgit This option makes cgit scan a directory tree looking for git repositories, generating suitable definitions for a cgitrc file on stdout. Signed-off-by: Lars Hjemli --- (limited to 'scan-tree.h') diff --git a/scan-tree.h b/scan-tree.h new file mode 100644 index 0000000..b103b16 --- a/dev/null +++ b/scan-tree.h @@ -0,0 +1,3 @@ + + +extern void scan_tree(const char *path); -- cgit v0.9.0.2