about summary refs log tree commit diff
path: root/cmd.h
diff options
context:
space:
mode:
authorChristian Hesse <mail@eworm.de>2015-02-11 09:12:44 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2015-02-15 22:06:24 +0100
commit36b1d78923734c3898eeeefadd4483155d18ecb5 (patch)
tree7def5ec646bcbcb85d8c97394e1c704236c4c682 /cmd.h
parentui-clone.c: Fix off-by-one error in pack path (diff)
downloadcgit-pink-36b1d78923734c3898eeeefadd4483155d18ecb5.tar.gz
cgit-pink-36b1d78923734c3898eeeefadd4483155d18ecb5.zip
shrink cgit.png file size
Ran optipng against cgit.png, which shrank file size by more than eight
percent. The image (including protocol overhead) should fit into a
single network packet now.

Optipng optimizes filters and compression. The actual pixel results are
not altered.

Signed-off-by: Christian Hesse <mail@eworm.de>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
40 -0500'>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