about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2013-09-11 20:10:13 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2014-01-08 16:47:23 +0100
commit17e6a2af9d56be8da3ee197a446a1ac7eedae800 (patch)
treeb9a17fb2e696e3258eb1c89a8bddbb87520471ad
parentFix about-formatting.sh (diff)
downloadcgit-pink-17e6a2af9d56be8da3ee197a446a1ac7eedae800.tar.gz
cgit-pink-17e6a2af9d56be8da3ee197a446a1ac7eedae800.zip
Fix the example configuration
"enable-git-clone" doesn't exist, replaced with "enable-http-clone".

Signed-off-by: Přemysl Janouch <p.janouch@gmail.com>
Diffstat (limited to '')
-rw-r--r--cgitrc.5.txt2
1 files changed, 1 insertions, 1 deletions
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
ss='logheader'>2022-06-03Stop polling stdin after EOFJune McEnroe 2022-06-02Set TABSIZE=4June McEnroe Absolutely indiscriminately. 2022-06-02Do basic match highlightingJune McEnroe 2022-06-02Clean up parsing a littleJune McEnroe 2022-06-02Don't duplicate path stringJune McEnroe 2022-06-02Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe For some reason I haven't been able to figure out, trying to poll /dev/tty returns POLLNVAL (and this was using 100% CPU looping), but using stderr instead works fine. 2022-06-02Add initial working version of qfJune McEnroe 2022-05-29Set prompt for okshJune McEnroe