On 8 February 2014 18:05, Martin Jansa <[email protected]> wrote: > From contributor POV I don't see need for "ack/Pushed" e-mail, I rebase all > my local changes quite often, so when some are merged I'll notice that > they are gone from my local branch. When some patch is stuck there for > very long time, it's again easy to spot this and send reminder on that > patch email. Another advantage of rebasing my submitted patches is that > I'll see if my patch was modified prior to merge or when older revision > of the patch was merged and rebase leaves me with some significant delta > between v1 and v2 which I can easily submit as incremental patch.
FWIW, this is my workflow too. Lots of feature branches for each logical unit that I'm working, that get rebased every day (a basic git-rebase-all is less than ten lines of shell). I get to notice patches that no longer apply and branches that are entirely merged this way. Ross _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
