mirror of
https://git.zx2c4.com/cgit
synced 2025-08-02 09:05:01 +02:00
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>
This commit is contained in:
parent
35d33014fb
commit
42231328d3
3 changed files with 14 additions and 0 deletions
1
cgit.h
1
cgit.h
|
@ -187,6 +187,7 @@ struct cgit_config {
|
|||
int embedded;
|
||||
int enable_filter_overrides;
|
||||
int enable_gitweb_owner;
|
||||
int enable_http_clone;
|
||||
int enable_index_links;
|
||||
int enable_log_filecount;
|
||||
int enable_log_linecount;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue