On Jul 7, 2018, at 8:15 AM, MichaĆ Janiszewski <janisozaur@gmail.com> wrote:
If you use git-send-email, you can add the "-v2" option to change the subject prefix from "PATCH" to "PATCH v2". It's generally a good idea to add a note explaining what changed from previous versions. You can use the --annotate option to give you a chance to edit the message before sending it. You would add a note below the "---" line with an explanation of the change from the previous version. (There's also the "notes" feature of git for maintaining such explanations, but it's kind of finicky. See "man git-notes".)
-Ken