From db8b8cb9467625cb8d9ecb67863aa67590e59cc0 Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Sun, 09 Aug 2009 11:46:34 +0000 Subject: Merge branch 'lh/about' Conflicts: cgit.h --- (limited to 'cgit.h') diff --git a/cgit.h b/cgit.h index b8557ac..4c854ea 100644 --- a/cgit.h +++ b/cgit.h @@ -74,6 +74,7 @@ struct cgit_repo { int enable_log_linecount; int max_stats; time_t mtime; + struct cgit_filter *about_filter; struct cgit_filter *commit_filter; struct cgit_filter *source_filter; }; @@ -188,6 +189,7 @@ struct cgit_config { int summary_log; int summary_tags; struct string_list mimetypes; + struct cgit_filter *about_filter; struct cgit_filter *commit_filter; struct cgit_filter *source_filter; }; -- cgit v0.9.0.2