diff options
-rw-r--r-- | cgitrc.5.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cgitrc.5.txt b/cgitrc.5.txt index 2c48081..52caed0 100644 --- a/cgitrc.5.txt +++ b/cgitrc.5.txt | |||
@@ -133,8 +133,9 @@ enable-filter-overrides:: | |||
133 | 133 | ||
134 | enable-http-clone:: | 134 | enable-http-clone:: |
135 | If set to "1", cgit will act as an dumb HTTP endpoint for git clones. | 135 | If set to "1", cgit will act as an dumb HTTP endpoint for git clones. |
136 | If you use an alternate way of serving git repositories, you may wish | 136 | You can add "http://$HTTP_HOST$SCRIPT_NAME/$CGIT_REPO_URL" to clone-url |
137 | to disable this. Default value: "1". | 137 | to expose this feature. If you use an alternate way of serving git |
138 | repositories, you may wish to disable this. Default value: "1". | ||
138 | 139 | ||
139 | enable-index-links:: | 140 | enable-index-links:: |
140 | Flag which, when set to "1", will make cgit generate extra links for | 141 | Flag which, when set to "1", will make cgit generate extra links for |