X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/521e10c884055c800078e6dada97ccf6c5193aad..fe1bb0e765883fa4149fba12daee81b6ae070de3:/cgit.h?ds=sidebyside diff --git a/cgit.h b/cgit.h index 2742058..7a99135 100644 --- a/cgit.h +++ b/cgit.h @@ -84,6 +84,7 @@ struct cgit_repo { int enable_remote_branches; int enable_subject_links; int max_stats; + int commit_sort; time_t mtime; struct cgit_filter *about_filter; struct cgit_filter *commit_filter; @@ -226,10 +227,12 @@ struct cgit_config { int scan_hidden_path; int section_from_path; int snapshots; + int section_sort; int summary_branches; int summary_log; int summary_tags; int ssdiff; + int commit_sort; struct string_list mimetypes; struct cgit_filter *about_filter; struct cgit_filter *commit_filter;