From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Subject: Re: Branch management for OE-Core release
Date: Mon, 26 Sep 2011 10:23:55 +0100 [thread overview]
Message-ID: <1317029042.26109.29.camel@ted> (raw)
In-Reply-To: <CAP9ODKoqywvZQyAJ=Jz8wh4hVoucJvo-QpyTZ_cpP8MhnEXb3w@mail.gmail.com>
On Fri, 2011-09-23 at 15:12 -0300, Otavio Salvador wrote:
> On Fri, Sep 23, 2011 at 14:30, Richard Purdie
> <richard.purdie@linuxfoundation.org> wrote:
> ...
> > I don't really see the point of this. Basically you're asking that every
> > time there is a commit to the branch there is also a merge commit. You
> > can just as easily either force a checkout of master, or merge against
> > master with a one sided merge. Git doesn't have the confidence to do
> > that automatically but I'm pretty sure there is a simple way to tell git
> > to do a one sided merge...
>
> Not every time but at every release and point release.
>
> one sided merge make you lose all local changes you did. Doesn't seems
> a valid upgrade path but a "replace path".
Equally, merging against master would make things much more difficult
for anyone wanting to cherry-pick patches over which we've not picked in
the main release branch. Since creating "enhanced" rellease branches is
something we want to support/encourage, I'm still not convinced a load
of merge commits are a good idea.
FWIW, something like git cherry can identify your local changes so you
could apply them on top of master so there are other ways to make your
usecase work...
Cheers,
Richard
next prev parent reply other threads:[~2011-09-26 9:29 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-22 12:49 Branch management for OE-Core release Otavio Salvador
2011-09-22 23:33 ` Richard Purdie
2011-09-23 16:41 ` Otavio Salvador
2011-09-23 17:30 ` Richard Purdie
2011-09-23 18:12 ` Otavio Salvador
2011-09-26 4:59 ` Chris Larson
2011-09-26 9:23 ` Richard Purdie [this message]
2011-09-26 12:27 ` Otavio Salvador
2011-09-26 12:47 ` Richard Purdie
2011-09-26 13:00 ` Otavio Salvador
2011-09-26 14:38 ` Chris Larson
2011-09-26 15:30 ` Otavio Salvador
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1317029042.26109.29.camel@ted \
--to=richard.purdie@linuxfoundation.org \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.