about summary refs log tree commit diff
path: root/ui-ssdiff.h
diff options
context:
space:
mode:
authorJohn Keeping <john@keeping.me.uk>2014-01-12 19:46:42 +0000
committerJason A. Donenfeld <Jason@zx2c4.com>2014-01-12 23:03:54 +0100
commita52aaa90dab1d95f9df383d2cb3f7c428ab849fe (patch)
tree8676c7cfd5145486a8b9d249e99cb6bbb24ccc3c /ui-ssdiff.h
parentui-repolist: HTML-escape cgit_rooturl() response (diff)
downloadcgit-pink-a52aaa90dab1d95f9df383d2cb3f7c428ab849fe.tar.gz
cgit-pink-a52aaa90dab1d95f9df383d2cb3f7c428ab849fe.zip
tests: add CGIT_TEST_OPTS variable to Makefile
This allows running the entire test suite with a set of command-line
options.  For example:

	make test CGIT_TEST_OPTS=--valgrind

Signed-off-by: John Keeping <john@keeping.me.uk>
Diffstat (limited to 'ui-ssdiff.h')
0 files changed, 0 insertions, 0 deletions
colspan='3' class='logmsg'> 2019-02-10Generate html for binsJune McEnroe 2019-02-10Use italic for underline in nvim man modeJune McEnroe This doesn't yet work in Terminal.app: <https://github.com/neovim/neovim/issues/9598>. 2019-02-10Add plain text "language" to hiJune McEnroe 2019-02-10Don't match DQ string inside SQ stringJune McEnroe 2019-02-10Skip only one character if a match fails due to parentJune McEnroe Really it should skip forward until the parent changes, but this is simpler. 2019-02-10Remove pattend from hiJune McEnroe 2019-02-10Replace uses of pattend with newline patternsJune McEnroe 2019-02-10Add hi debug outputJune McEnroe 2019-02-10Actually do HTML &quot; escapingJune McEnroe 2019-02-10Set git commit.verboseJune McEnroe 2019-02-10Add back missing static keywordJune McEnroe