From e8aef07eabe4493dc402a1eafc461ff531179ee1 Mon Sep 17 00:00:00 2001 From: mwolson_admin Date: Sun, 22 Jun 2008 03:37:04 -0400 Subject: [PATCH] config: Make descriptions column wider. --- gitweb.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gitweb.conf b/gitweb.conf index 4256c3f..8399b8e 100644 --- a/gitweb.conf +++ b/gitweb.conf @@ -24,6 +24,9 @@ $site_name = "HCoop Git"; # file with project list; by default, simply scan the projectroot dir. $projects_list = $projectroot; +# the width (in characters) of the projects list "Description" column +$projects_list_description_width = 40; + # list of git base URLs used for URL to where fetch project from @git_base_url_list = ('git://git.hcoop.net/git', 'http://git.hcoop.net/git'); -- 2.20.1