Unidiff1 files changed, 1 insertions, 0 deletions
|
diff --git a/cgit.h b/cgit.h index bed770b..74aa340 100644 --- a/ cgit.h+++ b/ cgit.h |
|
@@ -209,8 +209,9 @@ struct cgit_config { |
209 | int noplainemail; |
209 | int noplainemail; |
210 | int noheader; |
210 | int noheader; |
211 | int renamelimit; |
211 | int renamelimit; |
212 | int remove_suffix; |
212 | int remove_suffix; |
| |
213 | int scan_hidden_path; |
213 | int section_from_path; |
214 | int section_from_path; |
214 | int snapshots; |
215 | int snapshots; |
215 | int summary_branches; |
216 | int summary_branches; |
216 | int summary_log; |
217 | int summary_log; |
|