|
@@ -298,6 +298,13 @@ $ git format-patch --subject-prefix "PATCH v4" \
|
|
-M -s -o outgoing origin/master
|
|
-M -s -o outgoing origin/master
|
|
---------------------
|
|
---------------------
|
|
|
|
|
|
|
|
+Since git version 1.8.1, you can also use +-v <n>+ (where <n> is the
|
|
|
|
+version number):
|
|
|
|
+
|
|
|
|
+---------------------
|
|
|
|
+$ git format-patch -v4 -M -s -o outgoing origin/master
|
|
|
|
+---------------------
|
|
|
|
+
|
|
When you provide a new version of a patch, please mark the old one as
|
|
When you provide a new version of a patch, please mark the old one as
|
|
superseded in http://patchwork.buildroot.org[patchwork]. You need to
|
|
superseded in http://patchwork.buildroot.org[patchwork]. You need to
|
|
create an account on http://patchwork.buildroot.org[patchwork] to be
|
|
create an account on http://patchwork.buildroot.org[patchwork] to be
|
|
@@ -306,6 +313,13 @@ the status of patches you submitted yourself, which means the email
|
|
address you register in http://patchwork.buildroot.org[patchwork] should
|
|
address you register in http://patchwork.buildroot.org[patchwork] should
|
|
match the one you use for sending patches to the mailing list.
|
|
match the one you use for sending patches to the mailing list.
|
|
|
|
|
|
|
|
+You can also add the +--in-reply-to <message-id>+ option when
|
|
|
|
+submitting a patch to the mailing list. The id of the mail to reply to
|
|
|
|
+can be found under the "Message Id" tag on
|
|
|
|
+http://patchwork.buildroot.org[patchwork]. The advantage of
|
|
|
|
+*in-reply-to* is that patchwork will automatically mark the previous
|
|
|
|
+version of the patch as superseded.
|
|
|
|
+
|
|
[[reporting-bugs]]
|
|
[[reporting-bugs]]
|
|
=== Reporting issues/bugs or getting help
|
|
=== Reporting issues/bugs or getting help
|
|
|
|
|