From e0c6f23789e4893781bcd5af2281d468991ccf3a Mon Sep 17 00:00:00 2001 From: Felix Hanley Date: Mon, 8 Nov 2010 19:41:13 +0100 Subject: Add `strict-export` option This option is used to specify a filename which needs to be present in the repositories found during `scan-path` processing. By setting this option to 'git-daemon-export-ok', only repositories explicitly marked for git daemon export will be included in the cgit configuration. Signed-off-by: Felix Hanley 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 8f5dd2a..a9896cf 100644 --- a/cgit.h +++ b/cgit.h @@ -176,6 +176,7 @@ struct cgit_config { char *script_name; char *section; char *virtual_root; + char *strict_export; int cache_size; int cache_dynamic_ttl; int cache_max_create_time; -- cgit v1.2.3