From e17c61da1247e91aadf3fd04be270b975b91b6e5 Mon Sep 17 00:00:00 2001 From: "Alex Pooley (@zuedev)" Date: Mon, 11 May 2026 14:43:27 +0100 Subject: Add maximum length for repository description on index page --- cgitrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cgitrc b/cgitrc index 1227652..4f13184 100644 --- a/cgitrc +++ b/cgitrc @@ -32,6 +32,9 @@ cache-size=0 scan-path=/srv/git +# maximum length of the repository description shown on the index page +max-repodesc-length=1000 + # this has to be empty for cgit to work with a reverse proxy virtual-root= -- cgit v1.2.3