diff options
author | Freya Murphy <freya@freyacat.org> | 2025-08-24 03:58:15 +0000 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-08-24 03:58:15 +0000 |
commit | d20f16f384ab10353a21d5776d47a81dda188b85 (patch) | |
tree | 567e263643a1638f5b7e031d21930b8a6b0b8d9f /cmd.c | |
parent | git: update to v2.46.0 (diff) | |
download | cgit-d20f16f384ab10353a21d5776d47a81dda188b85.tar.gz cgit-d20f16f384ab10353a21d5776d47a81dda188b85.tar.bz2 cgit-d20f16f384ab10353a21d5776d47a81dda188b85.zip |
print repo readme with summary
Diffstat (limited to 'cmd.c')
-rw-r--r-- | cmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |