mirror of
https://git.zx2c4.com/cgit
synced 2025-07-28 14:44:57 +02:00
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:
commit
fb9e6d1594
4 changed files with 24 additions and 10 deletions
1
cgit.h
1
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue