]> Sergey Matveev's repositories - public-inbox.git/commit
treewide: replace /^I: / prefix with /^# /
authorEric Wong <e@80x24.org>
Thu, 20 Oct 2022 08:43:12 +0000 (08:43 +0000)
committerEric Wong <e@80x24.org>
Mon, 24 Oct 2022 08:18:28 +0000 (08:18 +0000)
commite28f33dc1b6e6a296946c0c58b43900c6cbd07f7
treeb7ea15e426dda5f6d4223d5ce559e7366a58bf07
parent619f4d617356c945321636e85b51ab4594d9e19d
treewide: replace /^I: / prefix with /^# /

This is like more familiar to readers of TAP (Test Anywhere
Protocol) output, as well as shell and Perl scripters which also
use `#' for comments.

AFAIK, nobody is parsing our stderr, and I'm not sure how
standardized the `I:' prefix is (nor `W:' and `E:' are).  It's
already the prevailing style in Lei* code, too, so things have
been moving in that direction for a bit.
examples/grok-pull.post_update_hook.sh
lib/PublicInbox/ExtSearchIdx.pm
lib/PublicInbox/Gcf2.pm
lib/PublicInbox/InboxIdle.pm
lib/PublicInbox/MiscIdx.pm
lib/PublicInbox/OverIdx.pm
lib/PublicInbox/Watch.pm
script/public-inbox-watch
t/extsearch.t
t/imapd.t