diff options
| -rw-r--r-- | cmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -196,7 +196,7 @@ struct cgit_cmd *cgit_get_cmd(void) if (ctx.qry.page == NULL) { if (ctx.repo) - ctx.qry.page = "summary"; + ctx.qry.page = "tree"; else ctx.qry.page = "repolist"; } |
