about summary refs log tree commit diff
ModeNameSize
-rw-r--r--.gitignore55log plain blame
-rw-r--r--Darwin.mk117log plain blame
-rw-r--r--LICENSE34520log plain blame
-rw-r--r--Linux.mk212log plain blame
-rw-r--r--Makefile2182log plain blame
-rw-r--r--NetBSD.mk101log plain blame
-rw-r--r--README1765log plain blame
-rw-r--r--catgirl.16484log plain blame
-rw-r--r--catgirl.71718log plain blame
-rw-r--r--chat.c2355log plain blame
-rw-r--r--chat.h5272log plain blame
-rw-r--r--edit.c4465log plain blame
-rw-r--r--event.c3880log plain blame
-rw-r--r--format.c5598log plain blame
-rw-r--r--handle.c14396log plain blame
-rw-r--r--input.c5926log plain blame
-rw-r--r--irc.c4030log plain blame
-rw-r--r--log.c3553log plain blame
-rw-r--r--man.sh72log plain blame
-rw-r--r--pls.c4860log plain blame
-rw-r--r--sandman.1377log plain blame
-rw-r--r--sandman.m1789log plain blame
-rw-r--r--sshd_config244log plain blame
-rw-r--r--tab.c3738log plain blame
-rw-r--r--tag.c1812log plain blame
-rw-r--r--term.c2687log plain blame
-rw-r--r--ui.c15061log plain blame
-rw-r--r--url.c2899log plain blame
-0400'>2021-09-13Swap-remove tags as they're foundJune McEnroe This makes it even faster. From ~1s on a sqlite3.c amalgamation to ~0.85s. 2021-09-12Replace htagml regex with strncmpJune McEnroe Since ctags only ever produces regular expressions of the form /^re$/ or /^re/ with no other special characters, instead unescape the pattern and simply use strncmp. Running on a sqlite3.c amalgamation, the regex version takes ~37s while the strncmp version takes ~1s, producing identical output. Big win! 2021-09-11Also 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