Re: interactive rebase results across shared histories

2016-02-26 Thread Seb
On Fri, 26 Feb 2016 23:38:38 +1100, David wrote: > On 24 February 2016 at 10:05, Seb wrote: >> On Tue, 23 Feb 2016 23:57:06 +0100, >> Moritz Neeb wrote: >> [...] >>>> OK, I've followed this advice and looked at the dependency graphs >>>>

Re: interactive rebase results across shared histories

2016-02-23 Thread Seb
actly are the loose commits causing trouble? Sure enough, these dangling commits were removed automatically without any intervention. All is good. Thanks! -- Seb -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: interactive rebase results across shared histories

2016-02-23 Thread Seb
On Sun, 21 Feb 2016 03:12:49 +0100, Moritz Neeb wrote: > Hi Seb, > On 02/20/2016 11:58 PM, Seb wrote: >> Hello, >> I've recently learnt how to consolidate and clean up the master >> branch's commit history. I've squashed/fixuped many commits thinking &

Re: interactive rebase results across shared histories

2016-02-21 Thread Seb
x27;t restricted to when you rebase "topic" > (as your problem description implies). You'd see the same behavior if > you'd rebased D and E in "master" to become D' and E'. "topic" would > still have old D and E in its history, and n

Re: interactive rebase results across shared histories

2016-02-21 Thread Seb
On Sun, 21 Feb 2016 03:12:49 +0100, Moritz Neeb wrote: > Hi Seb, > On 02/20/2016 11:58 PM, Seb wrote: >> Hello, >> I've recently learnt how to consolidate and clean up the master >> branch's commit history. I've squashed/fixuped many commits thinking &

interactive rebase results across shared histories

2016-02-20 Thread Seb
witching to the child branch still shows the non-rebased (dirty) commit history from master. Am I misunderstanding something with this? Thanks, -- Seb -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org Mor