Re: [RFC PATCH 3/7] rebase -i: Stop on root commits with empty log messages

2014-06-21 Thread Fabian Ruch
Hi Eric, On 06/21/2014 02:33 AM, Eric Sunshine wrote: > On Wed, Jun 18, 2014 at 11:28 PM, Fabian Ruch wrote: >> When `rebase` is executed with `--root` but no `--onto` is specified, >> `rebase` creates a sentinel commit which is replaced with the root >> commit in three steps. This combination of

Re: [RFC PATCH 3/7] rebase -i: Stop on root commits with empty log messages

2014-06-20 Thread Eric Sunshine
On Wed, Jun 18, 2014 at 11:28 PM, Fabian Ruch wrote: > When `rebase` is executed with `--root` but no `--onto` is specified, > `rebase` creates a sentinel commit which is replaced with the root > commit in three steps. This combination of options results never in a > fast-forward. > > 1. The sent