Re: [PATCH 1/5] html: html_ntxt with no ellipsis

2017-09-30 Thread John Keeping
On Wed, Sep 27, 2017 at 05:43:27PM -0500, Jeff Smith wrote: > For implementing a ui-blame page, there is need for a function that > outputs a selection from a block of text, transformed for HTML output, > but with no further modifications or additions. > > Signed-off-by: Jeff Smith > --- > html.

[PATCH 1/5] html: html_ntxt with no ellipsis

2017-09-27 Thread Jeff Smith
For implementing a ui-blame page, there is need for a function that outputs a selection from a block of text, transformed for HTML output, but with no further modifications or additions. Signed-off-by: Jeff Smith --- html.c| 24 html.h| 2 +- ui-repolist