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:
Lars Hjemli
2008-09-01 22:40:55 +02:00
12 changed files with 125 additions and 13 deletions

1
cgit.h
View File

@ -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;