diff options
author | Jason A. Donenfeld | 2012-07-11 05:32:45 +0200 |
---|---|---|
committer | Jason A. Donenfeld | 2012-07-12 20:01:46 +0200 |
commit | fc9181ff3d3ebbe0159871f6a49438e60bb17f58 (patch) | |
tree | a2b619e91112c9e8aaf03623a20f8e5c1aa36797 /cgitrc.5.txt | |
parent | b56be4ba3a942dd1978fe4bfecd9afc35aab0027 (diff) | |
download | cgit-fc9181ff3d3ebbe0159871f6a49438e60bb17f58.tar.gz cgit-fc9181ff3d3ebbe0159871f6a49438e60bb17f58.tar.bz2 cgit-fc9181ff3d3ebbe0159871f6a49438e60bb17f58.zip |
scan-tree: Support gitweb.category.
Use gitweb.category from git config to determine repo's section, if
option is enabled.
Diffstat (limited to 'cgitrc.5.txt')
-rw-r--r-- | cgitrc.5.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cgitrc.5.txt b/cgitrc.5.txt index 86a19a9..d1a90c5 100644 --- a/cgitrc.5.txt +++ b/cgitrc.5.txt | |||
@@ -118,6 +118,12 @@ enable-gitweb-owner:: | |||
118 | for the git config value "gitweb.owner" to determine the owner. | 118 | for the git config value "gitweb.owner" to determine the owner. |
119 | Default value: "1". See also: scan-path. | 119 | Default value: "1". See also: scan-path. |
120 | 120 | ||
121 | enable-gitweb-section:: | ||
122 | If set to "1" and scan-path is enabled, we first check each repository | ||
123 | for the git config value "gitweb.category" to determine the repository's | ||
124 | section. This value is overridden if section-from-path is enabled. | ||
125 | Default value: "1". See also: scan-path section-from-path. | ||
126 | |||
121 | enable-http-clone:: | 127 | enable-http-clone:: |
122 | If set to "1", cgit will act as an dumb HTTP endpoint for git clones. | 128 | If set to "1", cgit will act as an dumb HTTP endpoint for git clones. |
123 | If you use an alternate way of serving git repositories, you may wish | 129 | If you use an alternate way of serving git repositories, you may wish |