diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2010-07-29 17:52:29 +0200 |
---|---|---|
committer | Lars Hjemli <hjemli@gmail.com> | 2010-08-04 03:09:32 +0200 |
commit | 3516502aa0df95ecc241caa30161741f59e4e600 (patch) | |
tree | 345978808d18796444729f74eb139c8289bcb1c2 /scan-tree.h | |
parent | f9143171267e39f66a02ad2ecb0da2e8cc7f4142 (diff) |
Add support for 'project-list' option
This option specifies the location of a projectlist file as used by gitweb - when 'scan-tree' is later specified, only the projects listed in the projectlist file will be added. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'scan-tree.h')
-rw-r--r-- | scan-tree.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scan-tree.h b/scan-tree.h index 11539f4..1afbd4b 100644 --- a/scan-tree.h +++ b/scan-tree.h @@ -1,3 +1,2 @@ - - +extern void scan_projects(const char *path, const char *projectsfile, repo_config_fn fn); extern void scan_tree(const char *path, repo_config_fn fn); |