about summary refs log tree commit diff
path: root/tests/.gitignore
diff options
context:
space:
mode:
authorLukas Fleischer <cgit@cryptocrack.de>2013-03-03 16:55:21 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2013-03-04 09:12:55 -0500
commitbfe576624541febd6005ad6a4633680369a7dc34 (patch)
tree187d73cd827928f1b62b4a557f8a8721e4b929a3 /tests/.gitignore
parentui-tree.c: Declare the state variable globally (diff)
downloadcgit-pink-bfe576624541febd6005ad6a4633680369a7dc34.tar.gz
cgit-pink-bfe576624541febd6005ad6a4633680369a7dc34.zip
ui-tree.c: Drop the header variable
Instead, use the value of the state variable to determine whether the
footer needs to be drawn.

Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
2019-12-19Avoid 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