List for cgit developers and users
 help / color / mirror / Atom feed
* [PATCH 0/4] adding color to ui-blame
@ 2017-10-14 14:17 Jason
  2017-10-14 14:17 ` [PATCH 1/4] filter: add generic scafolding for temporarily disabling filter Jason
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Jason @ 2017-10-14 14:17 UTC (permalink / raw)


This patch set is currently broken, because in the exec filter,
processes like to buffer their output. The result is that the text winds
up at the bottom:

	https://git.zx2c4.com/cgit/blame/cache.c

If anybody has some ideas on how we might enact a flush operation, please
pipe up (hah).

Jason A. Donenfeld (4):
  filter: add generic scafolding for temporarily disabling filter
  filter: wire up exec_filter to enable function
  filter: wire up lua_filter to enable function
  ui-blame: put source lines through filter

 cgit.h     |  3 +++
 filter.c   | 46 ++++++++++++++++++++++++++++++++++++++--------
 ui-blame.c | 15 ++++++++++++++-
 3 files changed, 55 insertions(+), 9 deletions(-)

-- 
2.14.2



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2017-10-15 17:11 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-14 14:17 [PATCH 0/4] adding color to ui-blame Jason
2017-10-14 14:17 ` [PATCH 1/4] filter: add generic scafolding for temporarily disabling filter Jason
2017-10-14 14:17 ` [PATCH 2/4] filter: wire up exec_filter to enable function Jason
2017-10-14 14:17 ` [PATCH 3/4] filter: wire up lua_filter " Jason
2017-10-14 14:17 ` [PATCH 4/4] ui-blame: put source lines through filter Jason
2017-10-14 16:14 ` [PATCH 0/4] adding color to ui-blame john
2017-10-15 16:47   ` Jason
2017-10-15 17:04     ` whydoubt
2017-10-15 17:11       ` Jason

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).