From fb9e6d1594a24fe4e551fd57a9c91fd18b14806e Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Sat, 19 Feb 2011 13:25:55 +0000 Subject: Merge branch 'jh/scan-path' * jh/scan-path: scan_path(): Do not recurse into hidden directories by default scan_path(): Improve handling of inaccessible directories --- (limited to 'cgit.h') diff --git a/cgit.h b/cgit.h index bed770b..74aa340 100644 --- a/cgit.h +++ b/cgit.h @@ -210,6 +210,7 @@ struct cgit_config { int noheader; int renamelimit; int remove_suffix; + int scan_hidden_path; int section_from_path; int snapshots; int summary_branches; -- cgit v0.9.0.2