abouttreesummaryrefslogcommitdiff
path: root/cmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd.c')
-rw-r--r--cmd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd.c b/cmd.c
index bf6d8f5..bbab402 100644
--- a/cmd.c
+++ b/cmd.c
@@ -151,7 +151,8 @@ static void stats_fn(void)
static void summary_fn(void)
{
- cgit_print_summary();
+ about_fn(); // print about page including summary instead of regular summary
+ // cgit_print_summary();
}
static void tag_fn(void)