diff options
author | Lars Hjemli <hjemli@gmail.com> | 2011-05-14 20:00:33 +0200 |
---|---|---|
committer | Lars Hjemli <hjemli@gmail.com> | 2011-05-14 20:00:33 +0200 |
commit | 4837fddc35bbd8d6f66a40486f75cdee3197172d (patch) | |
tree | e89019e5fbc78f254232cc45db7a6d217db7e5a3 /cgitrc.5.txt | |
parent | 568d8d3fd3f5a3b4207887215c8adcbac2bb9552 (diff) | |
parent | aae067197f3fff253800359649d1f10014b23ecd (diff) | |
download | cgit-4837fddc35bbd8d6f66a40486f75cdee3197172d.tar.gz cgit-4837fddc35bbd8d6f66a40486f75cdee3197172d.tar.bz2 cgit-4837fddc35bbd8d6f66a40486f75cdee3197172d.zip |
Merge branch 'dm/disable-clone'
Diffstat (limited to 'cgitrc.5.txt')
-rw-r--r-- | cgitrc.5.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cgitrc.5.txt b/cgitrc.5.txt index 65b210f..875d51f 100644 --- a/cgitrc.5.txt +++ b/cgitrc.5.txt @@ -105,6 +105,11 @@ enable-gitweb-owner:: for the git config value "gitweb.owner" to determine the owner. Default value: "1". See also: scan-path. +enable-http-clone:: + If set to "1", cgit will act as an dumb HTTP endpoint for git clones. + If you use an alternate way of serving git repositories, you may wish + to disable this. Default value: "1". + enable-index-links:: Flag which, when set to "1", will make cgit generate extra links for each repo in the repository index (specifically, to the "summary", |