From: Markus Heidelberg <hidden> Date: 2016-06-15 22:45:52
Signed-off-by: Markus Heidelberg <redacted>
---
What is the preferred way to say the patch is against next? In the
subject like this?
Another question: should this patch be split up into two, one for
maint/master and another for next?
Documentation/git-cherry.txt | 2 +-
builtin-log.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
From: Markus Heidelberg <hidden> Date: 2016-06-15 22:45:52
Markus Heidelberg, 04.01.2009:
Signed-off-by: Markus Heidelberg <redacted>
---
What is the preferred way to say the patch is against next? In the
subject like this?
Another question: should this patch be split up into two, one for
maint/master and another for next?
For the second patch against next I meant it being based on origin/next
that already includes the extracted patch for maint/master.
On Sun, Jan 04, 2009 at 05:11:22PM +0100, Markus Heidelberg [off-list ref] wrote:
Another question: should this patch be split up into two, one for
maint/master and another for next?
AFAIK sending patches against next is not preferred at all. You should
send your patches against master, or - if you have a strong reason - on
top of a given topic branch.
In the later case I just use to write "This applies on top of
'xx/foo-bar'." between the three dashes and the diffstat.
From: Markus Heidelberg <hidden> Date: 2016-06-15 22:45:52
Miklos Vajna, 04.01.2009:
On Sun, Jan 04, 2009 at 05:11:22PM +0100, Markus Heidelberg [off-list ref] wrote:
quoted
Another question: should this patch be split up into two, one for
maint/master and another for next?
AFAIK sending patches against next is not preferred at all.
From Documentation/SubmittingPatches:
If you are preparing a work based on "next" branch,
that is fine, but please mark it as such.
I guess the only reason is a required dependency not available in
'master'.
You should
send your patches against master, or - if you have a strong reason - on
top of a given topic branch.
This patch depends on a commit in 'next'. But right, I could have
mentioned that it's against 'mh/cherry-default' as Junio suggested a few
days ago.