]> 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 91b4d722f4e48bccd97925bef2c686a0590483a0..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,6 +197,7 @@ 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;