|
diff --git a/cgitrc b/cgitrc index f1d8997..9e8a0f2 100644 --- a/ cgitrc+++ b/ cgitrc |
|
@@ -86,48 +86,50 @@ |
86 | #virtual-root=/git |
86 | #virtual-root=/git |
87 | |
87 | |
88 | |
88 | |
89 | ## Set the title printed on the root page |
89 | ## Set the title printed on the root page |
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 |
93 | ## Set the description printed on the root page |
94 | #root-desc=a fast web interface for the git dscm |
94 | #root-desc=a fast web interface for the git dscm |
95 | |
95 | |
96 | |
96 | |
97 | ## 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 |
98 | ## sidebar on the repository index page |
98 | ## sidebar on the repository index page |
99 | #index-info= |
99 | #index-info= |
100 | |
100 | |
101 | |
101 | |
102 | ## If specified, the file at this path will be included as HTML above |
102 | ## If specified, the file at this path will be included as HTML above |
103 | ## the repository index |
103 | ## the repository index |
104 | #index-header= |
104 | #index-header= |
105 | |
105 | |
106 | |
106 | |
107 | ## Link to css file |
107 | ## Link to css file |
108 | #css=/cgit/cgit.css |
108 | #css=/cgit/cgit.css |
109 | |
109 | |
| |
110 | ## Link to favicon |
| |
111 | #favicon=/favicon.ico |
110 | |
112 | |
111 | ## Link to logo file |
113 | ## Link to logo file |
112 | #logo=/cgit/git-logo.png |
114 | #logo=/cgit/git-logo.png |
113 | |
115 | |
114 | |
116 | |
115 | ## Url loaded when clicking the logo |
117 | ## Url loaded when clicking the logo |
116 | #logo-link=http://www.kernel.org/pub/software/scm/git/docs/ |
118 | #logo-link=http://www.kernel.org/pub/software/scm/git/docs/ |
117 | |
119 | |
118 | |
120 | |
119 | ## Url loaded when clicking a submodule link |
121 | ## Url loaded when clicking a submodule link |
120 | #module-link=./?repo=%s&page=commit&id=%s |
122 | #module-link=./?repo=%s&page=commit&id=%s |
121 | |
123 | |
122 | |
124 | |
123 | ## Shared prefix which, when combined with repo url, becomes the url used |
125 | ## Shared prefix which, when combined with repo url, becomes the url used |
124 | ## to clone the repo |
126 | ## to clone the repo |
125 | #clone-prefix= |
127 | #clone-prefix= |
126 | |
128 | |
127 | |
129 | |
128 | ## Number of chars shown of repo description (in repolist view) |
130 | ## Number of chars shown of repo description (in repolist view) |
129 | #max-repodesc-length=60 |
131 | #max-repodesc-length=60 |
130 | |
132 | |
131 | |
133 | |
132 | ## Number of chars shown of commit subject message (in log view) |
134 | ## Number of chars shown of commit subject message (in log view) |
133 | #max-message-length=60 |
135 | #max-message-length=60 |
|