about summary refs log tree commit diff
path: root/filters/html-converters/md2html
diff options
context:
space:
mode:
authorLukas Fleischer <cgit@cryptocrack.de>2013-03-03 17:10:19 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2013-03-04 09:12:54 -0500
commita6317505ead198c23925c93abbb0926f70e02861 (patch)
tree79eea985f4622431a98e6d879a7b6b5b30e6f02d /filters/html-converters/md2html
parentui-blob.c: Use a context structure in walk_tree() (diff)
downloadcgit-pink-a6317505ead198c23925c93abbb0926f70e02861.tar.gz
cgit-pink-a6317505ead198c23925c93abbb0926f70e02861.zip
ui-plain.c: Do not access match variable in print_*()
Move all code setting the match variable to walk_tree().

This allows for easily moving this variable into a context structure
without having to pass the context to print_*().

Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de>
Diffstat (limited to 'filters/html-converters/md2html')
0 files changed, 0 insertions, 0 deletions
low=1'>Prefer tag matches not preceded by [[:alnum:]]June McEnroe 2021-01-19Escape \ and / in mtags search patternsJune McEnroe 2021-01-20Use mtags in source-filterJune McEnroe 2021-01-19Add mtags to generate tags for make and mdocJune McEnroe 2021-01-19Map tags to IDs using only [[:alnum:]-._]June McEnroe 2021-01-19Don't use a pager if reading standard inputJune McEnroe 2021-01-19Support BSD make syntax and match *.amJune McEnroe 2021-01-19Match tab following escaped newline in make assignmentsJune McEnroe 2021-01-18Allow matching lexers using first input lineJune McEnroe