diff options
author | Harley Laue | 2008-05-20 19:08:21 -0500 |
---|---|---|
committer | Lars Hjemli | 2008-05-21 07:39:57 +0200 |
commit | e6b635c2b1a0b2c08170c70e8b9e59f4b9789431 (patch) | |
tree | 72c6b77ade6dda081e85d03ae3d3d21a25cc7bf9 /cgitrc | |
parent | ui-tree.c: avoid peeking at GITLINK objects (diff) | |
download | cgit-e6b635c2b1a0b2c08170c70e8b9e59f4b9789431.tar.gz cgit-e6b635c2b1a0b2c08170c70e8b9e59f4b9789431.zip |
Added root-desc to default configuration.
Signed-off-by: Harley Laue <losinggeneration@gmail.com> Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'cgitrc')
-rw-r--r-- | cgitrc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cgitrc b/cgitrc index ce0c01b..f1d8997 100644 --- a/cgitrc +++ b/cgitrc | |||
@@ -90,6 +90,10 @@ | |||
90 | #root-title=Git repository browser | 90 | #root-title=Git repository browser |
91 | 91 | ||
92 | 92 | ||
93 | ## Set the description printed on the root page | ||
94 | #root-desc=a fast web interface for the git dscm | ||
95 | |||
96 | |||
93 | ## If specified, the file at this path will be included as HTML in the | 97 | ## If specified, the file at this path will be included as HTML in the |
94 | ## sidebar on the repository index page | 98 | ## sidebar on the repository index page |
95 | #index-info= | 99 | #index-info= |