diff options
Diffstat (limited to 'cgitrc.5.txt')
-rw-r--r-- | cgitrc.5.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cgitrc.5.txt b/cgitrc.5.txt index 33a6a8c..820cfa6 100644 --- a/cgitrc.5.txt +++ b/cgitrc.5.txt @@ -234,6 +234,11 @@ header:: The content of the file specified with this option will be included verbatim at the top of all pages. Default value: none. +http-backend-path:: + Path to the git-http-backend binary. Setting this allows the git clone to + fetch/push via Git over HTTP. You'll also need to set enable-http-clone + for this to work. See git-http-backend(1). Default value: none. + include:: Name of a configfile to include before the rest of the current config- file is parsed. Default value: none. See also: "MACRO EXPANSION". @@ -824,6 +829,9 @@ enable-index-owner=1 # Allow http transport git clone enable-http-clone=1 +# Use git-http-backend to serve Git over HTTP +http-backend-path=/usr/lib/git-core/git-http-backend + # Show extra links for each repository on the index page enable-index-links=1 |