mirror of
https://git.zx2c4.com/cgit
synced 2025-07-30 23:55:28 +02:00
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>
This commit is contained in:
parent
f914317126
commit
3516502aa0
5 changed files with 70 additions and 8 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue