Krzysztof Żelechowski [off-list ref] writes:
Dnia czwartek, 26 sierpnia 2021 17:37:40 CEST Junio C Hamano pisze:
quoted
git log --html \
--format='<tr><td>%h</td><td>%s</td>...</tr>'
I would like to be able to say:
{ git config i18n.logOutputEscape HTML; }
What do you think?
It depends on what it does.
If the configuration means that "git log" output (with any supported
options, like "-p") will be given with '<' written to '^lt;' etc. so
that it becomes safe to dump it in HTML, it fails to interest me at
all.