summary refs log tree commit diff
path: root/etc/Dark.terminal
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-12-18 15:50:27 -0500
committerJune McEnroe <june@causal.agency>2019-12-18 15:50:27 -0500
commitdb4429471393297d46bb81492b2a480ca2c7ac4c (patch)
treee461b76b9a2aa82a4bc361301b981d06866c0c13 /etc/Dark.terminal
parentPost "cgit setup" (diff)
downloadsrc-db4429471393297d46bb81492b2a480ca2c7ac4c.tar.gz
src-db4429471393297d46bb81492b2a480ca2c7ac4c.zip
Bail from hi if input is binary
NULs in the input cause an infinite loop in htmlEscape, not to mention
regexes obviously not working, etc.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
mit/ui-shared.h?id=d181d6593f827a524b9a7ebc860fa53410fddea2&follow=1'>ui-shared: Drop filepair_cb_raw() and helperLukas Fleischer Remove filepair_cb_raw() and all related functions. These are no longer needed. We now use Git's internal functions for raw diff formatting everywhere. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2013-09-14ui-diff: Use diff_tree_sha1() for raw diff formattingLukas Fleischer