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
This commit is contained in:
Lars Hjemli
2011-02-19 14:25:55 +01:00
4 changed files with 24 additions and 10 deletions

1
cgit.h
View File

@ -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;