]> gitweb.ps.run Git - ps-cgit/blobdiff - cmd.c
stats: move layout into page function
[ps-cgit] / cmd.c
diff --git a/cmd.c b/cmd.c
index 0bf4c76b649b54f588aae6a984c711c5b5d3e051..4f8e71d5d652526848a360543a6ff429804e39ac 100644 (file)
--- a/cmd.c
+++ b/cmd.c
@@ -166,10 +166,10 @@ struct cgit_cmd *cgit_get_cmd(void)
                def_cmd(patch, 1, 0, 1, 0),
                def_cmd(plain, 1, 0, 0, 0),
                def_cmd(rawdiff, 1, 0, 1, 0),
-               def_cmd(refs, 1, 1, 0, 0),
+               def_cmd(refs, 1, 0, 0, 0),
                def_cmd(repolist, 0, 0, 0, 0),
                def_cmd(snapshot, 1, 0, 0, 0),
-               def_cmd(stats, 1, 1, 1, 0),
+               def_cmd(stats, 1, 0, 1, 0),
                def_cmd(summary, 1, 1, 0, 0),
                def_cmd(tag, 1, 1, 0, 0),
                def_cmd(tree, 1, 1, 1, 0),