]> gitweb.ps.run Git - ps-cgit/blobdiff - cgit.h
Add repo.hide and repo.ignore
[ps-cgit] / cgit.h
diff --git a/cgit.h b/cgit.h
index 42140ac4acdb8d59942a5e0abcfb9f7bbbb3bf4b..16f809297fc40d9eedf95a80fcaf7e4caaefb26f 100644 (file)
--- a/cgit.h
+++ b/cgit.h
@@ -106,6 +106,8 @@ struct cgit_repo {
        struct cgit_filter *email_filter;
        struct cgit_filter *owner_filter;
        struct string_list submodules;
+       int hide;
+       int ignore;
 };
 
 typedef void (*repo_config_fn)(struct cgit_repo *repo, const char *name,