diff options
Diffstat (limited to 'cgitrc.5.txt')
-rw-r--r-- | cgitrc.5.txt | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/cgitrc.5.txt b/cgitrc.5.txt index 3bfacfa..acfae91 100644 --- a/cgitrc.5.txt +++ b/cgitrc.5.txt | |||
@@ -238,18 +238,6 @@ include:: | |||
238 | Name of a configfile to include before the rest of the current config- | 238 | Name of a configfile to include before the rest of the current config- |
239 | file is parsed. Default value: none. See also: "MACRO EXPANSION". | 239 | file is parsed. Default value: none. See also: "MACRO EXPANSION". |
240 | 240 | ||
241 | index-header:: | ||
242 | The content of the file specified with this option will be included | ||
243 | verbatim above the repository index. This setting is deprecated, and | ||
244 | will not be supported by cgit-1.0 (use root-readme instead). Default | ||
245 | value: none. | ||
246 | |||
247 | index-info:: | ||
248 | The content of the file specified with this option will be included | ||
249 | verbatim below the heading on the repository index page. This setting | ||
250 | is deprecated, and will not be supported by cgit-1.0 (use root-desc | ||
251 | instead). Default value: none. | ||
252 | |||
253 | local-time:: | 241 | local-time:: |
254 | Flag which, if set to "1", makes cgit print commit and tag times in the | 242 | Flag which, if set to "1", makes cgit print commit and tag times in the |
255 | servers timezone. Default value: "0". | 243 | servers timezone. Default value: "0". |
@@ -323,11 +311,6 @@ module-link:: | |||
323 | formatstring are the path and SHA1 of the submodule commit. Default | 311 | formatstring are the path and SHA1 of the submodule commit. Default |
324 | value: none. | 312 | value: none. |
325 | 313 | ||
326 | nocache:: | ||
327 | If set to the value "1" caching will be disabled. This settings is | ||
328 | deprecated, and will not be honored starting with cgit-1.0. Default | ||
329 | value: "0". | ||
330 | |||
331 | noplainemail:: | 314 | noplainemail:: |
332 | If set to "1" showing full author email addresses will be disabled. | 315 | If set to "1" showing full author email addresses will be disabled. |
333 | Default value: "0". | 316 | Default value: "0". |
@@ -359,10 +342,6 @@ renamelimit:: | |||
359 | "-1" uses the compiletime value in git (for further info, look at | 342 | "-1" uses the compiletime value in git (for further info, look at |
360 | `man git-diff`). Default value: "-1". | 343 | `man git-diff`). Default value: "-1". |
361 | 344 | ||
362 | repo.group:: | ||
363 | Legacy alias for "section". This option is deprecated and will not be | ||
364 | supported in cgit-1.0. | ||
365 | |||
366 | repository-sort:: | 345 | repository-sort:: |
367 | The way in which repositories in each section are sorted. Valid values | 346 | The way in which repositories in each section are sorted. Valid values |
368 | are "name" for sorting by the repo name or "age" for sorting by the | 347 | are "name" for sorting by the repo name or "age" for sorting by the |