about summary refs log tree commit diff
path: root/COPYING
diff options
context:
space:
mode:
authorChristian Hesse <mail@eworm.de>2019-06-04 13:49:36 +0200
committerChristian Hesse <mail@eworm.de>2019-06-05 15:38:14 +0200
commit27a6d69ab38825602bdbd5a5d0161e465326ea8d (patch)
tree70e5c8832fe6041905ff25b2054cc3ce298ee1ea /COPYING
parentgit: update to v2.21.0 (diff)
downloadcgit-pink-27a6d69ab38825602bdbd5a5d0161e465326ea8d.tar.gz
cgit-pink-27a6d69ab38825602bdbd5a5d0161e465326ea8d.zip
tests: successfully validate rc versions
For testing versions the version string differs for git tag (v2.22.0-rc3)
and tarball file name (2.22.0.rc3). Let's fix validation for testing
versions.

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