summaryrefslogtreecommitdiff
path: root/cmd.c
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-08-24 03:58:15 +0000
committerFreya Murphy <freya@freyacat.org>2025-08-24 03:58:15 +0000
commitd20f16f384ab10353a21d5776d47a81dda188b85 (patch)
tree567e263643a1638f5b7e031d21930b8a6b0b8d9f /cmd.c
parentgit: update to v2.46.0 (diff)
downloadcgit-d20f16f384ab10353a21d5776d47a81dda188b85.tar.gz
cgit-d20f16f384ab10353a21d5776d47a81dda188b85.tar.bz2
cgit-d20f16f384ab10353a21d5776d47a81dda188b85.zip
print repo readme with summary
Diffstat (limited to 'cmd.c')
-rw-r--r--cmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd.c b/cmd.c
index 0eb75b1..3342843 100644
--- a/cmd.c
+++ b/cmd.c
@@ -50,7 +50,7 @@ static void about_fn(void)
free(currenturl);
free(redirect);
} else if (ctx.repo->readme.nr)
- cgit_print_repo_readme(ctx.qry.path);
+ cgit_print_repo_readme(ctx.qry.path, true);
else if (ctx.repo->homepage)
cgit_redirect(ctx.repo->homepage, false);
else {