X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/d2e20e38141c882e46eaa77f172fc2ae37a19d3b..81bf4d32b377d3f2fdd7ab3ca651be99408f5c32:/cgit.h diff --git a/cgit.h b/cgit.h index 3e9d55b..850b792 100644 --- 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;