diff options
Diffstat (limited to 'cgitrc.5.txt')
-rw-r--r-- | cgitrc.5.txt | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/cgitrc.5.txt b/cgitrc.5.txt index c2c5680..fab0e0a 100644 --- a/cgitrc.5.txt +++ b/cgitrc.5.txt | |||
@@ -230,7 +230,7 @@ module-link:: | |||
230 | Text which will be used as the formatstring for a hyperlink when a | 230 | Text which will be used as the formatstring for a hyperlink when a |
231 | submodule is printed in a directory listing. The arguments for the | 231 | submodule is printed in a directory listing. The arguments for the |
232 | formatstring are the path and SHA1 of the submodule commit. Default | 232 | formatstring are the path and SHA1 of the submodule commit. Default |
233 | value: "./?repo=%s&page=commit&id=%s" | 233 | value: none. |
234 | 234 | ||
235 | nocache:: | 235 | nocache:: |
236 | If set to the value "1" caching will be disabled. This settings is | 236 | If set to the value "1" caching will be disabled. This settings is |
@@ -418,6 +418,12 @@ repo.module-link:: | |||
418 | formatstring are the path and SHA1 of the submodule commit. Default | 418 | formatstring are the path and SHA1 of the submodule commit. Default |
419 | value: <module-link> | 419 | value: <module-link> |
420 | 420 | ||
421 | repo.module-link.<path>:: | ||
422 | Text which will be used as the formatstring for a hyperlink when a | ||
423 | submodule with the specified subdirectory path is printed in a | ||
424 | directory listing. The only argument for the formatstring is the SHA1 | ||
425 | of the submodule commit. Default value: none. | ||
426 | |||
421 | repo.max-stats:: | 427 | repo.max-stats:: |
422 | Override the default maximum statistics period. Valid values are equal | 428 | Override the default maximum statistics period. Valid values are equal |
423 | to the values specified for the global "max-stats" setting. Default | 429 | to the values specified for the global "max-stats" setting. Default |
@@ -501,7 +507,7 @@ Also, all filters are handed the following environment variables: | |||
501 | 507 | ||
502 | If a setting is not defined for a repository and the corresponding global | 508 | If a setting is not defined for a repository and the corresponding global |
503 | setting is also not defined (if applicable), then the corresponding | 509 | setting is also not defined (if applicable), then the corresponding |
504 | environment variable will be an empty string. | 510 | environment variable will be unset. |
505 | 511 | ||
506 | 512 | ||
507 | MACRO EXPANSION | 513 | MACRO EXPANSION |