abouttreesummaryrefslogcommitdiff
path: root/cmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd.c')
-rw-r--r--cmd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd.c b/cmd.c
index bf6d8f5..c357973 100644
--- a/cmd.c
+++ b/cmd.c
@@ -151,6 +151,7 @@ static void stats_fn(void)
static void summary_fn(void)
{
+ about_fn(); // always print readme on summary page
cgit_print_summary();
}