projects
/
matthijs
/
servers
/
drsnuggles.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86e1329
)
gitweb: Make the description field wider.
author
Matthijs Kooijman
<matthijs@stdin.nl>
Wed, 28 Apr 2010 11:31:28 +0000
(13:31 +0200)
committer
Matthijs Kooijman
<matthijs@stdin.nl>
Wed, 28 Apr 2010 11:31:28 +0000
(13:31 +0200)
etc/gitweb.conf
patch
|
blob
|
history
diff --git
a/etc/gitweb.conf
b/etc/gitweb.conf
index abe6235ca587056553e86c1eb508d92ddbd4cc7c..613141b4bcdf7b9b7b52554cccd1f1cd1297ef71 100644
(file)
--- a/
etc/gitweb.conf
+++ b/
etc/gitweb.conf
@@
-13,6
+13,10
@@
$home_text = "indextext.html";
# file with project list; by default, simply scan the projectroot dir.
$projects_list = $projectroot;
+# Make the description a bit wider (now most descriptions fit. This does look
+# less pretty on 1024 pixels wide screens, but well.)
+$projects_list_description_width = 50;
+
# stylesheet to use
$stylesheet = "/gitweb.css";