]> 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 ef109aadf6a3ed07005d4c09bb8b2094b9247cc5..b7b0adb36b250c01ee5eb8d943e68bdfef0f5233 100644 (file)
--- a/cgit.h
+++ b/cgit.h
@@ -143,6 +143,7 @@ struct cgit_query {
        int nohead;
        char *sort;
        int showmsg;
+       int ssdiff;
 };
 
 struct cgit_config {
@@ -178,6 +179,7 @@ struct cgit_config {
        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;
@@ -193,6 +195,7 @@ struct cgit_config {
        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;