]> gitweb.ps.run Git - ps-cgit/blobdiff - cgit.h
Add support for 'enable-gitweb-owner' option
[ps-cgit] / cgit.h
diff --git a/cgit.h b/cgit.h
index 4591f8c1a696c928de38e90502cc71a3023dcf10..232099dba6bf759c28e62dccac46faf2288d0fe0 100644 (file)
--- a/cgit.h
+++ b/cgit.h
@@ -183,6 +183,7 @@ struct cgit_config {
        int cache_static_ttl;
        int embedded;
        int enable_filter_overrides;
+       int enable_gitweb_owner;
        int enable_index_links;
        int enable_log_filecount;
        int enable_log_linecount;
@@ -202,6 +203,7 @@ struct cgit_config {
        int noplainemail;
        int noheader;
        int renamelimit;
+       int remove_suffix;
        int snapshots;
        int summary_branches;
        int summary_log;