about summary refs log tree commit diff
path: root/filters/html-converters/resources
diff options
context:
space:
mode:
authorJohn Keeping <john@keeping.me.uk>2015-08-13 12:14:13 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2015-08-13 15:36:18 +0200
commit2ef4edee19c3f935dfffc3e0f4a56f5e2f183fa4 (patch)
treece24b097d62b110cedec5ee71026d371abf0673a /filters/html-converters/resources
parentredirect: cleanliness (diff)
downloadcgit-pink-2ef4edee19c3f935dfffc3e0f4a56f5e2f183fa4.tar.gz
cgit-pink-2ef4edee19c3f935dfffc3e0f4a56f5e2f183fa4.zip
tests: allow shell to be overridden
On some systems (e.g. Solaris), /bin/sh is not a POSIX shell.  Git
already provides suitable overrides in its config.mak.uname file and we
provide cgit.conf to allow the user to further change this.

The code for this is taken from Git's t/Makefile, meaning that we now
invoke the tests in the same way that Git does.

Signed-off-by: John Keeping <john@keeping.me.uk>
Diffstat (limited to 'filters/html-converters/resources')
0 files changed, 0 insertions, 0 deletions
subject'>Avoid matching := assignments as tagsJune McEnroe 2019-12-18Hide line numbers when rendering mdocJune McEnroe Hack: output an extra <td> after rendering mdoc so that line numbers can be hidden based on there being three. This required splitting source-filter and about-filter since on about pages there is no table. 2019-12-18Customize cgit CSSJune McEnroe 2019-12-18Use :target rather than :focus pseudo-classJune McEnroe :target persists after you click on something else. 2019-12-18Copy cgit auxiliary binaries properlyJune McEnroe 2019-12-18Add git.causal.agency cgit configJune McEnroe 2019-12-18Bail from hi if input is binaryJune McEnroe NULs in the input cause an infinite loop in htmlEscape, not to mention regexes obviously not working, etc. 2019-12-16Post "cgit setup"June McEnroe