Public, catch-all mailing list for any of my repos that do not have mailing lists of their own. You may use this list for patches, questions, and comments.
If you submit a patch using this list, please update the subject to include the repo name. For example, if you are working on the foo
repo, update the subject with a prefix of [PATCH foo]
. You may automate this via configuring your local copy of the repo as follows:
git config sendemail.to "~jship/public-inbox@lists.sr.ht"
git config format.subjectPrefix "PATCH <repo-name-goes-here>"