From ef0c6aadf70e33ef63f0a68ca16338a49d0a3f1f Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Sat, 25 Jul 2009 12:19:31 +0200 Subject: 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 Signed-off-by: Lars Hjemli --- cgit.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cgit.h') 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 { int summary_log; int summary_tags; int embedded; + int noheader; }; struct cgit_page { -- cgit v1.2.1