diff options
| author | patrick-scho | 2025-12-01 01:36:38 +0100 |
|---|---|---|
| committer | patrick-scho | 2025-12-01 01:36:38 +0100 |
| commit | f0502b24a5fb301b19b6d82e1a40a85a27f2de80 (patch) | |
| tree | 896db96cf2021c561a1a00f86fe8ed05aaeff5a8 /cmd.c | |
| parent | b54f35b4370f9686249d2d4e558ea0837d6b94b3 (diff) | |
| download | ps-cgit-f0502b24a5fb301b19b6d82e1a40a85a27f2de80.tar.gz ps-cgit-f0502b24a5fb301b19b6d82e1a40a85a27f2de80.zip | |
default page summary -> tree
Diffstat (limited to 'cmd.c')
| -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"; } |
