summary refs log tree commit diff
path: root/.gitignore
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-12-26 15:49:29 -0500
committerJune McEnroe <june@causal.agency>2019-12-26 15:49:29 -0500
commitfdd34239fc386f72b7be7210a647cca5ac467f21 (patch)
treebf9911c78952685598b7a095121575666f3383d4 /.gitignore
parentHandle ERROR (diff)
downloadlitterbox-fdd34239fc386f72b7be7210a647cca5ac467f21.tar.gz
litterbox-fdd34239fc386f72b7be7210a647cca5ac467f21.zip
Use bsearch to find handler
The code is a bit cleaner this way I think, and performance would be
better if the list of handlers ever got very long, and it was sorted
anyway.

However, I would prefer if there were a way to enforce the list being
sorted at compile-time.
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions
2 -0400'>2021-09-13Swap-remove tags as they're foundJune McEnroe 2021-09-12Replace htagml regex with strncmpJune McEnroe 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 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