Rename about-filter to render-filter

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
Jason A. Donenfeld 2018-07-03 21:02:15 +02:00
parent c4167cbd65
commit 0ee035d4ec
5 changed files with 11 additions and 11 deletions

View file

@ -129,7 +129,7 @@ void cgit_print_repo_readme(char *path)
}
/* Print the calculated readme, either from the git repo or from the
* filesystem, while applying the about-filter.
* filesystem, while applying the render-filter.
*/
html("<div id='summary'>");
cgit_open_filter(ctx.repo->about_filter, filename);