about summary refs log tree commit diff
path: root/gen-version.sh
diff options
context:
space:
mode:
authorLukas Fleischer <cgit@cryptocrack.de>2013-03-04 08:52:35 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2013-03-04 19:50:58 -0500
commit1a5e8633ce3ec7f3a82bc0f4ca5ca810473714b9 (patch)
tree8cfeb931ccddd7574b96dc62ea9fc45b4d421a10 /gen-version.sh
parentui-shared.c: Remove unused function cgit_currurl() (diff)
downloadcgit-pink-1a5e8633ce3ec7f3a82bc0f4ca5ca810473714b9.tar.gz
cgit-pink-1a5e8633ce3ec7f3a82bc0f4ca5ca810473714b9.zip
ui-shared.c: Remove unused function print_archive_ref()
This is no longer used as of commit f135569b.

Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de>
Diffstat (limited to 'gen-version.sh')
0 files changed, 0 insertions, 0 deletions
ubject'>Ignore about-filterJune McEnroe 2019-12-19Fix matching make tags with no sourcesJune McEnroe 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