diff options
-rw-r--r-- | cgitrc.5.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cgitrc.5.txt b/cgitrc.5.txt index 7d01fcd..5887cee 100644 --- a/cgitrc.5.txt +++ b/cgitrc.5.txt | |||
@@ -148,11 +148,11 @@ enable-tree-linenumbers:: | |||
148 | enable-git-config:: | 148 | enable-git-config:: |
149 | Flag which, when set to "1", will allow cgit to use git config to set | 149 | Flag which, when set to "1", will allow cgit to use git config to set |
150 | any repo specific settings. This option is used in conjunction with | 150 | any repo specific settings. This option is used in conjunction with |
151 | "scan-path" to augment _repo._ settings. The keys gitweb.owner, | 151 | "scan-path" to augment repo-specific settings. The keys gitweb.owner, |
152 | gitweb.category, and gitweb.description will map to the cgit keys | 152 | gitweb.category, and gitweb.description will map to the cgit keys |
153 | repo.owner, repo.section, and repo.desc, respectivly. All git config | 153 | repo.owner, repo.section, and repo.desc, respectivly. All git config |
154 | keys that begin with "cgit." will be mapped to the corresponding "repo." | 154 | keys that begin with "cgit." will be mapped to the corresponding "repo." |
155 | key in cgit. Default value: "0". See also: scan-path section-from-path. | 155 | key in cgit. Default value: "0". See also: scan-path, section-from-path. |
156 | 156 | ||
157 | favicon:: | 157 | favicon:: |
158 | Url used as link to a shortcut icon for cgit. If specified, it is | 158 | Url used as link to a shortcut icon for cgit. If specified, it is |