summary refs log tree commit diff
path: root/www/git.causal.agency/cgit/ui-log.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-10-02 20:29:30 +0000
committerJune McEnroe <june@causal.agency>2021-10-02 20:29:30 +0000
commitaa585126cc9de9e7f50dc2cc8a26c7025a8c0e09 (patch)
treef8894043d0ac4ff22fd097cc40334b16ced23f80 /www/git.causal.agency/cgit/ui-log.c
parentCheck sizes of mailboxes, not times (diff)
downloadsrc-aa585126cc9de9e7f50dc2cc8a26c7025a8c0e09.tar.gz
src-aa585126cc9de9e7f50dc2cc8a26c7025a8c0e09.zip
Fix chkmail loop break condition
padvance_magic() returns -1 when there are no more paths left, not
zero.
Diffstat (limited to 'www/git.causal.agency/cgit/ui-log.c')
0 files changed, 0 insertions, 0 deletions
Swap-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