aboutsummaryrefslogtreecommitdiff
path: root/ui-repolist.c
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
Diffstat (limited to 'ui-repolist.c')
-rw-r--r--ui-repolist.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ui-repolist.c b/ui-repolist.c
index 91911e0..f929cb7 100644
--- a/ui-repolist.c
+++ b/ui-repolist.c
@@ -275,8 +275,6 @@ void cgit_print_repolist()
html("<table summary='repository list' class='list nowrap'>");
for (i = 0; i < cgit_repolist.count; i++) {
ctx.repo = &cgit_repolist.repos[i];
- if (ctx.repo->hide || ctx.repo->ignore)
- continue;
if (!(is_match(ctx.repo) && is_in_url(ctx.repo)))
continue;
hits++;