Michael Rappazzo <rappazzo@xxxxxxxxx> writes: > +#### Creating and Sending Patches > +After committing your changes: > +```bash > +git format-patch -1 --subject-prefix="PATCH gitk" > +git send-email --to=git@xxxxxxxxxxxxxxx --cc=j6t@xxxxxxxx *.patch > +``` Just being curious, but does the project strongly discourage a multi-patch topic? It would be really nice if you add "review them here before you run send-email" step between these two commands ;-). Thanks.