From a989bfeff3e00a713b3e52ac0d548594fc74d3f8 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Thu, 4 Feb 2021 22:33:50 +0000 Subject: Use owner-filter to add Liberapay donation buttons --- www/git.causal.agency/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/git.causal.agency/Makefile') diff --git a/www/git.causal.agency/Makefile b/www/git.causal.agency/Makefile index 6bf52f5a..638c21e7 100644 --- a/www/git.causal.agency/Makefile +++ b/www/git.causal.agency/Makefile @@ -3,7 +3,7 @@ WWW = /usr/local/www/cgit LIBEXEC = /usr/local/libexec BIN = ../../bin -BINS = about-filter source-filter hilex htagml mtags +BINS = about-filter source-filter owner-filter hilex htagml mtags all: ${BINS} -- cgit 1.4.1 'master' selected='selected'>master dontfiles
summary refs log tree commit diff
path: root/etc/samba_mdns (unfollow)
Commit message (Collapse)Author
2021-01-19Prefer 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