mirror of
https://git.zx2c4.com/cgit
synced 2025-07-28 22:54:30 +02:00
Merge branch 'lh/plain'
* lh/plain: Supply status description to html_status() ui-tree: link to plain view instead of blob view Implement plain view
This commit is contained in:
commit
d532c4d161
12 changed files with 125 additions and 13 deletions
1
cgit.h
1
cgit.h
|
@ -166,6 +166,7 @@ struct cgit_config {
|
|||
struct cgit_page {
|
||||
time_t modified;
|
||||
time_t expires;
|
||||
size_t size;
|
||||
char *mimetype;
|
||||
char *charset;
|
||||
char *filename;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue