From 797110e39d5d433638c82cf27d584ed9b8b93bb7 Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Sat, 21 Aug 2010 15:44:09 +0200 Subject: 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 --- cgit.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cgit.h') diff --git a/cgit.h b/cgit.h index 4090cd4..9b269cc 100644 --- a/cgit.h +++ b/cgit.h @@ -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; -- cgit v1.2.3-59-g8ed1b