Dnia środa, 25 sierpnia 2021 02:57:47 CEST Jeff King pisze:
As far as what you're trying to accomplish, HTML-escaping isn't
something Git supports. You'll have to run the output through an
external escaping mechanism.
Have you looked at the format? It is a HTML fragment with placeholders to be
filled by git log. I cannot run the output through an external escaping
mechanism because it will kill the markup that is already there.
Chris