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:
Jason A. Donenfeld 2010-07-29 17:52:29 +02:00 committed by Lars Hjemli
parent f914317126
commit 3516502aa0
5 changed files with 70 additions and 8 deletions

1
cgit.h
View file

@ -166,6 +166,7 @@ struct cgit_config {
char *logo;
char *logo_link;
char *module_link;
char *project_list;
char *robots;
char *root_title;
char *root_desc;