mirror of
https://git.zx2c4.com/cgit
synced 2025-09-01 15:25:33 +02:00
Implement plain view
This implements a way to access plain blobs by path (similar to the tree view) instead of by sha1. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
parent
02a545e634
commit
e5da4bca54
9 changed files with 106 additions and 0 deletions
1
html.h
1
html.h
|
@ -3,6 +3,7 @@
|
|||
|
||||
extern int htmlfd;
|
||||
|
||||
extern void html_raw(const char *txt, size_t size);
|
||||
extern void html(const char *txt);
|
||||
extern void htmlf(const char *format,...);
|
||||
extern void html_status(int code, int more_headers);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue