about summary refs log tree commit diff stats
path: root/cgit.h
diff options
context:
space:
mode:
authorDan McGee2011-01-12 12:06:07 -0600
committerLars Hjemli2011-02-19 15:00:18 +0100
commit42231328d3fa1e443566a5d8e6c3ccbce16157b6 (patch)
tree5d1cc79305eadaa3c424f2ef3afa8b096d1f9503 /cgit.h
parentAdd is_clone flag to available commands (diff)
downloadcgit-42231328d3fa1e443566a5d8e6c3ccbce16157b6.tar.gz
cgit-42231328d3fa1e443566a5d8e6c3ccbce16157b6.zip
Allow disabling of HTTP clone URLs
If advertising other URLs to your users, you may not want to make this
available through cgit (e.g. if you have the smart HTTP transport set up
elsewhere). Allow disabling the three magic commands that simulate the
git server, but default it to enabled.

Signed-off-by: Dan McGee <dpmcgee@gmail.com>
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'cgit.h')
-rw-r--r--cgit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cgit.h b/cgit.h index f5f68ac..c119712 100644 --- a/cgit.h +++ b/cgit.h
@@ -187,6 +187,7 @@ struct cgit_config {
187 int embedded; 187 int embedded;
188 int enable_filter_overrides; 188 int enable_filter_overrides;
189 int enable_gitweb_owner; 189 int enable_gitweb_owner;
190 int enable_http_clone;
190 int enable_index_links; 191 int enable_index_links;
191 int enable_log_filecount; 192 int enable_log_filecount;
192 int enable_log_linecount; 193 int enable_log_linecount;