From mboxrd@z Thu Jan 1 00:00:00 1970 From: p.janouch at gmail.com (=?UTF-8?q?P=C5=99emysl=20Janouch?=) Date: Wed, 11 Sep 2013 20:10:13 +0200 Subject: [PATCH 4/5] Fix the example configuration In-Reply-To: <1378923014-902-1-git-send-email-p.janouch@gmail.com> References: <1378923014-902-1-git-send-email-p.janouch@gmail.com> Message-ID: <1378923014-902-5-git-send-email-p.janouch@gmail.com> "enable-git-clone" doesn't exist, replaced with "enable-http-clone". Signed-off-by: P?emysl Janouch --- cgitrc.5.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgitrc.5.txt b/cgitrc.5.txt index 07584ff..2c48081 100644 --- a/cgitrc.5.txt +++ b/cgitrc.5.txt @@ -636,7 +636,7 @@ enable-index-owner=1 # Allow http transport git clone -enable-git-clone=1 +enable-http-clone=1 # Show extra links for each repository on the index page -- 1.7.10.4