diff options
Diffstat (limited to 'cgitrc.5.txt')
-rw-r--r-- | cgitrc.5.txt | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/cgitrc.5.txt b/cgitrc.5.txt index 60539d7..5903a93 100644 --- a/cgitrc.5.txt +++ b/cgitrc.5.txt | |||
@@ -106,6 +106,11 @@ enable-gitweb-owner:: | |||
106 | for the git config value "gitweb.owner" to determine the owner. | 106 | for the git config value "gitweb.owner" to determine the owner. |
107 | Default value: "1". See also: scan-path. | 107 | Default value: "1". See also: scan-path. |
108 | 108 | ||
109 | enable-http-clone:: | ||
110 | If set to "1", cgit will act as an dumb HTTP endpoint for git clones. | ||
111 | If you use an alternate way of serving git repositories, you may wish | ||
112 | to disable this. Default value: "1". | ||
113 | |||
109 | enable-index-links:: | 114 | enable-index-links:: |
110 | Flag which, when set to "1", will make cgit generate extra links for | 115 | Flag which, when set to "1", will make cgit generate extra links for |
111 | each repo in the repository index (specifically, to the "summary", | 116 | each repo in the repository index (specifically, to the "summary", |
@@ -288,8 +293,9 @@ scan-path:: | |||
288 | the result will be cached as a cgitrc include-file in the cache | 293 | the result will be cached as a cgitrc include-file in the cache |
289 | directory. If project-list has been defined prior to scan-path, | 294 | directory. If project-list has been defined prior to scan-path, |
290 | scan-path loads only the directories listed in the file pointed to by | 295 | scan-path loads only the directories listed in the file pointed to by |
291 | project-list. Default value: none. See also: cache-scanrc-ttl, | 296 | project-list. Be advised that only the global settings taken |
292 | project-list. | 297 | before the scan-path directive will be applied to each repository. |
298 | Default value: none. See also: cache-scanrc-ttl, project-list. | ||
293 | 299 | ||
294 | section:: | 300 | section:: |
295 | The name of the current repository section - all repositories defined | 301 | The name of the current repository section - all repositories defined |
@@ -309,7 +315,8 @@ side-by-side-diffs:: | |||
309 | snapshots:: | 315 | snapshots:: |
310 | Text which specifies the default set of snapshot formats generated by | 316 | Text which specifies the default set of snapshot formats generated by |
311 | cgit. The value is a space-separated list of zero or more of the | 317 | cgit. The value is a space-separated list of zero or more of the |
312 | values "tar", "tar.gz", "tar.bz2" and "zip". Default value: none. | 318 | values "tar", "tar.gz", "tar.bz2", "tar.xz" and "zip". Default value: |
319 | none. | ||
313 | 320 | ||
314 | source-filter:: | 321 | source-filter:: |
315 | Specifies a command which will be invoked to format plaintext blobs | 322 | Specifies a command which will be invoked to format plaintext blobs |