X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/80476b0d2873eb212fad38487fd6189bd6629cbe..c2766deb67acb1eae2b36dc0f5811a9cabb6db20:/cgit.h diff --git a/cgit.h b/cgit.h index 7fafb58..8884f9e 100644 --- a/cgit.h +++ b/cgit.h @@ -73,6 +73,7 @@ struct cgit_repo { int enable_log_filecount; int enable_log_linecount; int enable_remote_branches; + int enable_subject_links; int max_stats; time_t mtime; struct cgit_filter *about_filter; @@ -182,6 +183,7 @@ struct cgit_config { int enable_log_filecount; int enable_log_linecount; int enable_remote_branches; + int enable_subject_links; int enable_tree_linenumbers; int local_time; int max_atom_items;