about summary refs log tree commit diff stats
path: root/cgit.h
diff options
context:
space:
mode:
authorLars Hjemli2009-07-25 12:19:31 +0200
committerLars Hjemli2009-07-25 12:19:31 +0200
commitef0c6aadf70e33ef63f0a68ca16338a49d0a3f1f (patch)
tree4115c32dc27aa18840dda2c940ca10b4a7d0cf86 /cgit.h
parentAdd support for an 'embedded' option in cgitrc (diff)
downloadcgit-ef0c6aadf70e33ef63f0a68ca16338a49d0a3f1f.tar.gz
cgit-ef0c6aadf70e33ef63f0a68ca16338a49d0a3f1f.zip
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>
Diffstat (limited to 'cgit.h')
-rw-r--r--cgit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cgit.h b/cgit.h index 73d7208..1056231 100644 --- a/cgit.h +++ b/cgit.h
@@ -172,6 +172,7 @@ struct cgit_config {
172 int summary_log; 172 int summary_log;
173 int summary_tags; 173 int summary_tags;
174 int embedded; 174 int embedded;
175 int noheader;
175}; 176};
176 177
177struct cgit_page { 178struct cgit_page {