Re: [PATCH] implicit interactive rebase: don't run sequence editor

2019-01-28 Thread Junio C Hamano
Phillip Wood writes: > From: Phillip Wood > > If GIT_SEQUENCE_EDITOR is set then rebase runs it when executing > implicit interactive rebases which are supposed to appear > non-interactive to the user. Fix this by setting GIT_SEQUENCE_EDITOR=: > rather than GIT_EDITOR=:. A couple of tests relied

[PATCH] implicit interactive rebase: don't run sequence editor

2019-01-28 Thread Phillip Wood
From: Phillip Wood If GIT_SEQUENCE_EDITOR is set then rebase runs it when executing implicit interactive rebases which are supposed to appear non-interactive to the user. Fix this by setting GIT_SEQUENCE_EDITOR=: rather than GIT_EDITOR=:. A couple of tests relied on the old behavior so they are u