Re: [PATCH v2 0/7] Rebase topology test

2013-05-29 Thread Felipe Contreras
On Wed, May 29, 2013 at 1:39 AM, Martin von Zweigbergk martinv...@gmail.com wrote: After way too long, here is finally a new version of the tests I sent at: http://thread.gmane.org/gmane.comp.version-control.git/205796. I have split the test up into two files. They stil take quite some time

Re: [PATCH v2 0/7] Rebase topology test

2013-05-29 Thread Ramkumar Ramachandra
Felipe Contreras wrote: I think a lot of the functionality of 'git rebase' should move to 'git cherry-pick', and then all the 'git rebase' code can be simplified greatly, and tests like these would help a lot. What do we do about the leakages? Want to take on the task of fixing the

Re: [PATCH v2 0/7] Rebase topology test

2013-05-29 Thread Felipe Contreras
On Wed, May 29, 2013 at 7:50 AM, Ramkumar Ramachandra artag...@gmail.com wrote: Felipe Contreras wrote: I think a lot of the functionality of 'git rebase' should move to 'git cherry-pick', and then all the 'git rebase' code can be simplified greatly, and tests like these would help a lot.