]> gitweb.ps.run Git - ps-cgit/blobdiff - cgit.h
t0107: Skip ZIP tests if unzip(1) isn't available
[ps-cgit] / cgit.h
diff --git a/cgit.h b/cgit.h
index 3e9d55bec6418ceac8e768ba919b3d66b91dd209..850b7925b374ca37f05a9c86e84e47ed3acbdab8 100644 (file)
--- a/cgit.h
+++ b/cgit.h
@@ -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;
@@ -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;