]> git.cameronkatri.com Git - cgit.git/blobdiff - cgit.h
filters: toggle perl utf8 situation
[cgit.git] / cgit.h
diff --git a/cgit.h b/cgit.h
index 3e9d55bec6418ceac8e768ba919b3d66b91dd209..f28cf300b5de975f1ef7c460bdefe9743f599361 100644 (file)
--- a/cgit.h
+++ b/cgit.h
@@ -73,7 +73,7 @@ struct cgit_repo {
        char *owner;
        char *defbranch;
        char *module_link;
-       char *readme;
+       struct string_list readme;
        char *section;
        char *clone_url;
        char *logo;
@@ -85,6 +85,7 @@ struct cgit_repo {
        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;
@@ -182,7 +183,7 @@ struct cgit_config {
        char *mimetype_file;
        char *module_link;
        char *project_list;
-       char *readme;
+       struct string_list readme;
        char *robots;
        char *root_title;
        char *root_desc;
@@ -234,6 +235,7 @@ struct cgit_config {
        int summary_log;
        int summary_tags;
        int ssdiff;
+       int branch_sort;
        int commit_sort;
        struct string_list mimetypes;
        struct cgit_filter *about_filter;