]> gitweb.ps.run Git - ps-cgit/commit
filter: pass extra arguments via cgit_open_filter
authorJohn Keeping <john@keeping.me.uk>
Sun, 12 Jan 2014 17:13:50 +0000 (17:13 +0000)
committerJason A. Donenfeld <Jason@zx2c4.com>
Sun, 12 Jan 2014 19:20:20 +0000 (20:20 +0100)
commit3d8a6507ca542881a5e8b30ad6b7068a9c4fdeea
treef95c74d3317546606d72b74db3082769515c5e33
parentda218fcd9eb554a8405ca72e84bcc0feb371194f
filter: pass extra arguments via cgit_open_filter

This avoids poking into the filter data structure at various points in
the code.  We rely on the fact that the number of arguments is fixed
based on the filter type (set in cgit_new_filter) and that the call
sites all know which filter type they're using.

Signed-off-by: John Keeping <john@keeping.me.uk>
cgit.h
filter.c
ui-repolist.c
ui-summary.c
ui-tree.c