]> git.cameronkatri.com Git - cgit.git/commit
filter: introduce "filter type" prefix
authorJohn Keeping <john@keeping.me.uk>
Sun, 12 Jan 2014 17:13:53 +0000 (17:13 +0000)
committerJason A. Donenfeld <Jason@zx2c4.com>
Tue, 14 Jan 2014 01:00:07 +0000 (02:00 +0100)
commit4bb87cbf17588ec91b46bf0ef0be01672e9be787
tree454216292add842ac194ec909a073002dc840609
parent7bd90b8048fd6937766dff7474947dd80205ea7e
filter: introduce "filter type" prefix

This allows different filter implementations to be specified in the
configuration file.  Currently only "exec" is supported, but it may now
be specified either with or without the "exec:" prefix.

Signed-off-by: John Keeping <john@keeping.me.uk>
cgitrc.5.txt
filter.c