Unidiff1 files changed, 3 insertions, 0 deletions
|
diff --git a/shared.c b/shared.c index d815cb1..7e5eaba 100644 --- a/ shared.c+++ b/ shared.c |
|
@@ -40,2 +40,3 @@ int cgit_cache_max_create_time = 5; |
40 | int cgit_summary_log = 0; |
40 | int cgit_summary_log = 0; |
| |
41 | int cgit_summary_tags = 0; |
41 | int cgit_renamelimit = -1; |
42 | int cgit_renamelimit = -1; |
@@ -183,2 +184,4 @@ void cgit_global_config_cb(const char *name, const char *value) |
183 | cgit_summary_log = atoi(value); |
184 | cgit_summary_log = atoi(value); |
| |
185 | else if (!strcmp(name, "summary-tags")) |
| |
186 | cgit_summary_tags = atoi(value); |
184 | else if (!strcmp(name, "agefile")) |
187 | else if (!strcmp(name, "agefile")) |
|