Re: git rebase -p and patch equivalent commits

2012-10-16 Thread Martin von Zweigbergk
On Tue, Oct 16, 2012 at 12:58 PM, Damien Robert wrote: > Now feature is rebased against master. How would you rebase the branches > patch1, patch2 and build so that they keep the same layout? > > I tried to rebase patch1 and patch2, hoping that rebase -p build would use > the rebased commits for t

git rebase -p and patch equivalent commits

2012-10-16 Thread Damien Robert
Hi all, I was wondering if you had any tips on the following workflow: I work on an experimental feature branch of a project. I have some patches that I implement in branch patch1 and patch2 on top of the feature branch. I test if they both work together by merging patch1 and patch2 into a build br