]> gitweb.ps.run Git - ps-cgit/blobdiff - cgit.h
Polishing of how the side-by-side diff looks.
[ps-cgit] / cgit.h
diff --git a/cgit.h b/cgit.h
index 3359be94dac71a6ea64f3844a3a6b296ae96b058..b7b0adb36b250c01ee5eb8d943e68bdfef0f5233 100644 (file)
--- a/cgit.h
+++ b/cgit.h
@@ -143,6 +143,7 @@ struct cgit_query {
        int nohead;
        char *sort;
        int showmsg;
        int nohead;
        char *sort;
        int showmsg;
+       int ssdiff;
 };
 
 struct cgit_config {
 };
 
 struct cgit_config {
@@ -174,9 +175,11 @@ struct cgit_config {
        int cache_scanrc_ttl;
        int cache_static_ttl;
        int embedded;
        int cache_scanrc_ttl;
        int cache_static_ttl;
        int embedded;
+       int enable_filter_overrides;
        int enable_index_links;
        int enable_log_filecount;
        int enable_log_linecount;
        int enable_index_links;
        int enable_log_filecount;
        int enable_log_linecount;
+       int enable_tree_linenumbers;
        int local_time;
        int max_repo_count;
        int max_commit_count;
        int local_time;
        int max_repo_count;
        int max_commit_count;
@@ -192,6 +195,7 @@ struct cgit_config {
        int summary_branches;
        int summary_log;
        int summary_tags;
        int summary_branches;
        int summary_log;
        int summary_tags;
+       int ssdiff;
        struct string_list mimetypes;
        struct cgit_filter *about_filter;
        struct cgit_filter *commit_filter;
        struct string_list mimetypes;
        struct cgit_filter *about_filter;
        struct cgit_filter *commit_filter;