about summary refs log tree commit diff
path: root/git
diff options
context:
space:
mode:
authorJohn Keeping <john@keeping.me.uk>2014-01-12 19:45:15 +0000
committerJason A. Donenfeld <Jason@zx2c4.com>2014-01-12 23:02:02 +0100
commitd1a6ece439e651a5b4ca535850e1c471f61c472e (patch)
tree909836764b16fbe31486a2ea64cf9745bc771d03 /git
parentfilter: pass extra arguments via cgit_open_filter (diff)
downloadcgit-pink-d1a6ece439e651a5b4ca535850e1c471f61c472e.tar.gz
cgit-pink-d1a6ece439e651a5b4ca535850e1c471f61c472e.zip
ui-refs: escape HTML chars in author and tagger names
Everywhere else we use html_txt to escape any special characters in
these variables.  Do so here as well.

Signed-off-by: John Keeping <john@keeping.me.uk>
Diffstat (limited to 'git')
0 files changed, 0 insertions, 0 deletions
ef='/cgit-pink/commit/ui-ssdiff.c?h=1.4.0&id=a96f2890f41e0b9b0ffa1bcdb1dddbef28c01662&follow=1'>ui-ssdiff: ban strcat()Christian Hesse 2018-09-11ui-ssdiff: ban strncpy()Christian Hesse 2018-09-11ui-shared: ban strcat()Christian Hesse 2018-09-11ui-patch: ban sprintf()Christian Hesse 2018-09-11ui-log: ban strncpy()Christian Hesse 2018-09-11ui-log: ban strcpy()Christian Hesse 2018-09-11parsing: ban sprintf()Christian Hesse 2018-09-11parsing: ban strncpy()Christian Hesse 2018-08-28filters: generate anchor links from markdownChristian Hesse 2018-08-03Bump version.Jason A. Donenfeld 2018-08-03clone: fix directory traversalJason A. Donenfeld 2018-08-03config: record repo.snapshot-prefix in the per-repo configKonstantin Ryabitsev