Re: [PATCH v9 9/9] rebase: teach rebase --keep-base

2019-08-25 Thread Philip Oakley
On 25/08/2019 10:12, Denton Liu wrote: A common scenario is if a user is working on a topic branch and they wish to make some changes to intermediate commits or autosquash, they would run something such as git rebase -i --onto master... master in order to preserve the merge base. This i

[PATCH v9 9/9] rebase: teach rebase --keep-base

2019-08-25 Thread Denton Liu
A common scenario is if a user is working on a topic branch and they wish to make some changes to intermediate commits or autosquash, they would run something such as git rebase -i --onto master... master in order to preserve the merge base. This is useful when contributing a patch series