diff options
author | Lars Hjemli <hjemli@gmail.com> | 2009-08-09 13:46:34 +0200 |
---|---|---|
committer | Lars Hjemli <hjemli@gmail.com> | 2009-08-09 13:46:34 +0200 |
commit | db8b8cb9467625cb8d9ecb67863aa67590e59cc0 (patch) | |
tree | d27644fc1b98ec6365e74f3ba40c19f78f8a287f /cgit.h | |
parent | Merge branch 'lh/plugins' (diff) | |
parent | Add 'about-filter' and 'repo.about-filter' options (diff) | |
download | cgit-pink-db8b8cb9467625cb8d9ecb67863aa67590e59cc0.tar.gz cgit-pink-db8b8cb9467625cb8d9ecb67863aa67590e59cc0.zip |
Merge branch 'lh/about'
Conflicts: cgit.h
Diffstat (limited to '')
-rw-r--r-- | cgit.h | 2 |
1 files changed, 2 insertions, 0 deletions
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; }; |