[PATCH 0/4] Add ui-blame syntax highlighting

Jeff Smith whydoubt at gmail.com
Wed Oct 18 06:17:31 CEST 2017


I reorganized the ordering of the table so that the lines of the file
are contained within a single cell, and the base layer of that cell
contains the alternating colors.  I then pass the full contents of the
file through the source filter.

Jeff Smith (4):
  ui-blame: Distinguish hashes column from lines column
  ui-blame: Break out emit_blame_entry into component methods
  ui-blame: Make each column into a single table cell
  ui-blame: Allow syntax highlighting

 cgit.css                       |  30 +++++++++++-
 filters/syntax-highlighting.py |   2 +-
 ui-blame.c                     | 109 ++++++++++++++++++++++++++++++++---------
 3 files changed, 115 insertions(+), 26 deletions(-)

-- 
2.9.4



More information about the CGit mailing list