Re: [RFC PATCH] Teach rebase to rebase even if upstream is up to date with -f
From: Johannes Schindelin <hidden> Date: 2016-06-15 22:46:09
Hi,
On Thu, 12 Feb 2009, Sverre Rabbelier wrote:
The result would be that all commits in origin/master..master have any
whitespace errors fixed, but it seems a bit clumsy.
FWIW I typically use 'git rebase --whitespace=fix $(git merge-base
origin/master master)' for that, but that only works when there is a
single merge base.
Ciao,
Dscho