about summary refs log tree commit diff
path: root/.gitmodules
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2013-09-11 20:10:11 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2014-01-08 16:46:51 +0100
commitf1fb521a0510cebb4971adf86de39d01cc316df2 (patch)
tree93afa15ba7f50864be3f693bfd7f9c447f1e3681 /.gitmodules
parentFix some spelling errors (diff)
downloadcgit-pink-f1fb521a0510cebb4971adf86de39d01cc316df2.tar.gz
cgit-pink-f1fb521a0510cebb4971adf86de39d01cc316df2.zip
Fix about-formatting.sh
dash failed to parse the script.

Signed-off-by: Přemysl Janouch <p.janouch@gmail.com>
Diffstat (limited to '.gitmodules')
0 files changed, 0 insertions, 0 deletions
d30fc&follow=1'>Add postfix $ operator to bitJune McEnroe 2020-12-29Add make lexerJune McEnroe This is kind of a mess and needs to be cleaned up against more careful reading of the make grammar. 2020-12-29Clean up C lexerJune McEnroe This ordering of rules feels much cleaner. 2020-12-29Clean up hilex code somewhatJune McEnroe 2020-12-29Match lex/yacc %% %{ %} lines as MacroJune McEnroe 2020-12-29Match top-level C definitions as IdentifierTagJune McEnroe 2020-12-29Match C type declarations as IdentifierTagJune McEnroe 2020-12-29Match function-like macro definitions as IdentifierTagJune McEnroe 2020-12-29Reconfigure C macro start conditionsJune McEnroe 2020-12-29Document HTML class namesJune McEnroe 2020-12-29Rename Tag class to IdentifierTagJune McEnroe 2020-12-29Change HTML class from hi to hilexJune McEnroe You can tell I was just copying the HTML code huh. 2020-12-29Add hilex HTML outputJune McEnroe