Add support for 'noheader' option

This option can be used to disable the standard cgit page header, which
might be useful in combination with the 'embedded' option.

Suggested-by: Mark Constable <markc@renta.net>
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
Lars Hjemli
2009-07-25 12:19:31 +02:00
父節點 0cbb50841a
當前提交 ef0c6aadf7
共有 3 個文件被更改,包括 16 次插入7 次删除

1
cgit.h
查看文件

@ -172,6 +172,7 @@ struct cgit_config {
int summary_log;
int summary_tags;
int embedded;
int noheader;
};
struct cgit_page {