Re: [PATCH 05/11] ui-tree: use render fileters to display content

2018-06-16 Thread Andy Green
On 06/16/2018 10:26 PM, John Keeping wrote: If you're including these patches in your series, please fix my typo in the subject ("fileters" has a stray 'e') :-) OK. On Wed, Jun 13, 2018 at 10:01:55AM +0800, Andy Green wrote: From: John Keeping This allows applying filters to files in

Re: [PATCH 05/11] ui-tree: use render fileters to display content

2018-06-16 Thread John Keeping
If you're including these patches in your series, please fix my typo in the subject ("fileters" has a stray 'e') :-) On Wed, Jun 13, 2018 at 10:01:55AM +0800, Andy Green wrote: > From: John Keeping > > This allows applying filters to files in the repository, for example to > render Markdown or

[PATCH 05/11] ui-tree: use render fileters to display content

2018-06-12 Thread Andy Green
From: John Keeping This allows applying filters to files in the repository, for example to render Markdown or AsciiDoc as HTML. Signed-off-by: John Keeping --- cgit.css |5 +++ cmd.c |4 +- ui-tree.c | 105 ++--- ui-tree.h