[PATCH 0/4] adding color to ui-blame

Jason A. Donenfeld Jason at zx2c4.com
Sat Oct 14 16:17:46 CEST 2017


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



More information about the CGit mailing list