X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/96ceb9a95a7a321209cff347fefd141a9fffc7ca..ecd6b7230c88deb23f880ee1df75ae4b230cf9ec:/cgit.h diff --git a/cgit.h b/cgit.h index 42140ac..16f8092 100644 --- 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,