Patch versioning
When you send a second version of the same patch, you may add a "v2" on the subject so it will look like:
[PATCH v2]
There is an option for git format-patch that does it: --subject-prefix="PATCH v2"
More at: http://wireless.kernel.org/en/developers/Documentation/git-guide
[PATCH v2]
There is an option for git format-patch that does it: --subject-prefix="PATCH v2"
More at: http://wireless.kernel.org/en/developers/Documentation/git-guide