How can I send multiple unrelated patches?
July 27, 2015
6:38 a.m.
Hi, I know multiple related patches should be sent like this: Subject: [Patch 1/10] ... Subject: [Patch 2/10] ... . . . Subject: [Patch 10/10] ... How about the unrelated patches? How can I show the order of the unrelated patches?
July 27, 2015
8:21 a.m.
On 2015-07-27 14:38:49 (+0800), Navy Cheng <navych@126.com> wrote:
How about the unrelated patches? How can I show the order of the unrelated patches?
If the patches are unrelated I wouldn't expect the order to matter, so just '[PATCH] Fix foo in bar' and '[PATCH] Prettify baz' should be fine. If the order does matter (i.e. patch B requires patch A to be applied before it can be applied) they're not really unrelated. Regards, Kristof
4036
Age (days ago)
4036
Last active (days ago)
1 comments
2 participants
participants (2)
-
Kristof Provost -
Navy Cheng