]> gitweb.ps.run Git - ps-cgit/blobdiff - cgit.h
ui-repolist: Rename section-sort to repository-sort.
[ps-cgit] / cgit.h
diff --git a/cgit.h b/cgit.h
index f4d0e52454e77965c81e531cda9936b6cd42847d..8846e889e5acab101b70dc87155b8f5c69a28825 100644 (file)
--- a/cgit.h
+++ b/cgit.h
@@ -187,6 +187,7 @@ struct cgit_config {
        char *root_readme;
        char *script_name;
        char *section;
+       char *repository_sort;
        char *virtual_root;
        char *strict_export;
        int cache_size;
@@ -196,10 +197,12 @@ struct cgit_config {
        int cache_root_ttl;
        int cache_scanrc_ttl;
        int cache_static_ttl;
+       int case_sensitive_sort;
        int embedded;
        int enable_filter_overrides;
        int enable_gitweb_owner;
        int enable_gitweb_desc;
+       int enable_gitweb_section;
        int enable_http_clone;
        int enable_index_links;
        int enable_commit_graph;