mirror of
https://git.zx2c4.com/cgit
synced 2025-07-09 01:34:34 +02:00
Add support for cloning over http
This patch implements basic support for cloning over http, based on the work on git-http-backend by Shawn O. Pearce. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
parent
0f0ab148c6
commit
02a545e634
6 changed files with 140 additions and 0 deletions
1
html.h
1
html.h
|
@ -5,6 +5,7 @@ extern int htmlfd;
|
|||
|
||||
extern void html(const char *txt);
|
||||
extern void htmlf(const char *format,...);
|
||||
extern void html_status(int code, int more_headers);
|
||||
extern void html_txt(char *txt);
|
||||
extern void html_ntxt(int len, char *txt);
|
||||
extern void html_attr(char *txt);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue