Add support for 'section-from-path' option

This option can be used to autogenerate section names during scan-path
processing.

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
Lars Hjemli
2010-08-21 15:44:09 +02:00
parent 6d7552bc07
commit 797110e39d
4 changed files with 45 additions and 6 deletions

1
cgit.h
View File

@ -205,6 +205,7 @@ struct cgit_config {
int noheader;
int renamelimit;
int remove_suffix;
int section_from_path;
int snapshots;
int summary_branches;
int summary_log;