summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-01-20 23:24:33 +0000
committerJune McEnroe <june@causal.agency>2021-01-20 23:24:33 +0000
commitd35897f722d0f601222905ed8ea6086d7f7610ba (patch)
tree0dd6ffd337c1fa0c826301e676899708fcea1bab
parentGenerate tags for sh files in mtags (diff)
downloadsrc-d35897f722d0f601222905ed8ea6086d7f7610ba.tar.gz
src-d35897f722d0f601222905ed8ea6086d7f7610ba.zip
Use mtags for sh in source-filter
Diffstat (limited to '')
-rw-r--r--www/git.causal.agency/source-filter.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/git.causal.agency/source-filter.sh b/www/git.causal.agency/source-filter.sh
index 87875bd1..514272db 100644
--- a/www/git.causal.agency/source-filter.sh
+++ b/www/git.causal.agency/source-filter.sh
@@ -7,7 +7,7 @@ hilex=/usr/local/libexec/hilex
 htagml=/usr/local/libexec/htagml
 
 case "$1" in
-	(*.[chlmy]|Makefile|*.mk|*.[1-9])
+	(*.[chlmy]|Makefile|*.mk|*.[1-9]|.profile|.shrc|*.sh)
 		tmp=$(mktemp -d -t source-filter)
 		trap 'rm -fr "${tmp}"' EXIT
 		cd "${tmp}"
src/commit/bin/git-comment.pl?id=9d3e8a88a0d06310ff0a9309a5439ab97b8f922f&follow=1'>Also defer printing comment for lone close-parensJune McEnroe 2021-09-10Publish "git-comment"June McEnroe 2021-09-10Add git comment --pretty optionJune McEnroe 2021-09-08Defer printing comment if line is blank or closing braceJune McEnroe This fixes badly indented comments. 2021-09-08Up default min-repeat to 30 linesJune McEnroe 2021-09-08Handle dirty lines in git-commentJune McEnroe 2021-09-08Document and install git-commentJune McEnroe 2021-09-08Add repeat and all options to git-commentJune McEnroe 2021-09-08Add group threshold to git-commentJune McEnroe