summary refs log tree commit diff
path: root/www/git.causal.agency/cgit/tests (follow)
Commit message (Collapse)AuthorAge
* Merge commit '5213546273ee798369ff594ad60077f1bef4655e'June McEnroe2021-06-08
|
* Remove Lua supportJune McEnroe2021-01-20
| | | | | Lua support is unused and the dlsym fwrite/write hacks horrify me. Clean it up.
* Fix tests for diff spansJune McEnroe2021-01-20
|
* Use <pre> for commit-msgEric Wong2021-01-17
| | | | | This preserves formatting readable for users of text-based browsers without CSS support.
* Merge commit '6169012d588458b9dbbbea56528d5e3669596c80' as ↵June McEnroe2020-12-27
'www/git.causal.agency/cgit' From tag 'v1.2.3'.
'/src/commit/bin/htagml.c?id=822f710ade459954384d9f6980c156b73c5ad198&follow=1'>Prefer tag matches not preceded by [[:alnum:]]June McEnroe Otherwise the "id" in "void" matches for "void id". 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 These don't really go together, but... 2021-01-19Match tab following escaped newline in make assignmentsJune McEnroe Otherwise it ends up going into Shell state. 2021-01-18Allow matching lexers using first input lineJune McEnroe