]> gitweb.ps.run Git - ps-cgit/blobdiff - cgit.h
filter: make exit status local
[ps-cgit] / cgit.h
diff --git a/cgit.h b/cgit.h
index 3e9d55bec6418ceac8e768ba919b3d66b91dd209..f7b606c1b98a5f9262583844c29c0644392f1023 100644 (file)
--- a/cgit.h
+++ b/cgit.h
@@ -62,7 +62,6 @@ struct cgit_filter {
        int old_stdout;
        int pipe_fh[2];
        int pid;
        int old_stdout;
        int pipe_fh[2];
        int pid;
-       int exitstatus;
 };
 
 struct cgit_repo {
 };
 
 struct cgit_repo {
@@ -73,7 +72,7 @@ struct cgit_repo {
        char *owner;
        char *defbranch;
        char *module_link;
        char *owner;
        char *defbranch;
        char *module_link;
-       char *readme;
+       struct string_list readme;
        char *section;
        char *clone_url;
        char *logo;
        char *section;
        char *clone_url;
        char *logo;
@@ -85,6 +84,7 @@ struct cgit_repo {
        int enable_remote_branches;
        int enable_subject_links;
        int max_stats;
        int enable_remote_branches;
        int enable_subject_links;
        int max_stats;
+       int branch_sort;
        int commit_sort;
        time_t mtime;
        struct cgit_filter *about_filter;
        int commit_sort;
        time_t mtime;
        struct cgit_filter *about_filter;
@@ -182,7 +182,7 @@ struct cgit_config {
        char *mimetype_file;
        char *module_link;
        char *project_list;
        char *mimetype_file;
        char *module_link;
        char *project_list;
-       char *readme;
+       struct string_list readme;
        char *robots;
        char *root_title;
        char *root_desc;
        char *robots;
        char *root_title;
        char *root_desc;
@@ -199,6 +199,7 @@ struct cgit_config {
        int cache_root_ttl;
        int cache_scanrc_ttl;
        int cache_static_ttl;
        int cache_root_ttl;
        int cache_scanrc_ttl;
        int cache_static_ttl;
+       int cache_about_ttl;
        int case_sensitive_sort;
        int embedded;
        int enable_filter_overrides;
        int case_sensitive_sort;
        int embedded;
        int enable_filter_overrides;
@@ -234,6 +235,7 @@ struct cgit_config {
        int summary_log;
        int summary_tags;
        int ssdiff;
        int summary_log;
        int summary_tags;
        int ssdiff;
+       int branch_sort;
        int commit_sort;
        struct string_list mimetypes;
        struct cgit_filter *about_filter;
        int commit_sort;
        struct string_list mimetypes;
        struct cgit_filter *about_filter;