From kopete-devel Tue Jan 16 08:40:43 2018 From: Alexander Semke Date: Tue, 16 Jan 2018 08:40:43 +0000 To: kopete-devel Subject: Re: Rebase of kopete branch and push it to master Message-Id: <83bddfd2-20a0-9fe9-1062-781846c8db49 () web ! de> X-MARC-Message: https://marc.info/?l=kopete-devel&m=151750662405087 On 16.01.2018 09:20, Pali Rohár wrote: > >> Did you try already >> 1. merge the current master to master-kf5 and finish all the porting stuff > If you by "merge" means only git merge without git push, then this > operation does nothing. Of course you have to push after the merge. But you can try to do the merge and to check the history first. Instead of bringing in hundreds of commits with a rebase you would bring in one single merge commit. If you're ok with the history, do the push. > Commit on top of master branch is also ancestor > accessible from master-kf5. Why do you want to care about master-kf5 at all once you brought everything into master? >> 2. merge master-kf5 back into master > See above, it does nothing. And git push (after git merge) is failing. It brings all porting changes done in master-kf5 into master. Push shouldn't fail in this case because you will end up with one single merge commit. -- Alexander