ui-summary: Pass filename to about-filter

This gives the about-filter API the same semantics as source-filter,
where the filter receives the filename so it can decide what to do next
with it.

While we're at it, plug a memory leak.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Этот коммит содержится в:
Jason A. Donenfeld
2013-05-25 14:50:19 +02:00
родитель 3cb5d86dc6
Коммит c0dfaf1c28
4 изменённых файлов: 22 добавлений и 8 удалений

Просмотреть файл

@@ -542,9 +542,11 @@ config files, e.g. "repo.desc" becomes "desc".
FILTER API
----------
about filter::
This filter is given no arguments. The about text that is to be
filtered is available on standard input and the filtered text is
expected on standard output.
This filter is given a single parameter: the filename of the source
file to filter. The filter can use the filename to determine (for
example) the type of syntax to follow when formatting the readme file.
The about text that is to be filtered is available on standard input
and the filtered text is expected on standard output.
commit filter::
This filter is given no arguments. The commit message text that is to