config: Make descriptions column wider.
[hcoop/zz_old/gitweb.git] / gitweb.conf
index 4256c3f..8399b8e 100644 (file)
@@ -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');