Re: Bug, git rebase -i does not abort correctly

2018-03-13 Thread Kaartic Sivaraam
On Friday 26 January 2018 02:54 PM, Duy Nguyen wrote: > > Sort of. It smells bad design to me when a mistake can easily become a > feature. But with your help, I think I should be able to disable this > feature on my local build. Thanks. > In case you're still facing this issue, it just struck

Re: Bug, git rebase -i does not abort correctly

2018-01-26 Thread Duy Nguyen
On Fri, Jan 26, 2018 at 2:50 PM, Kaartic Sivaraam wrote: > This might seem to be a bug as the comment in "git-rebase-todo" says, > > However, if you remove everything, the rebase will be aborted. > > But "man git rebase" clearly says, > > If is specified, git

Re: Bug, git rebase -i does not abort correctly

2018-01-25 Thread Kaartic Sivaraam
Hi, On Thursday 25 January 2018 05:43 PM, Duy Nguyen wrote: > rebase scripts are too much for me, so I'll play the user reporting > bugs this time :) >  > Instead of doing >  > $ git rebase -i --onto origin/master @~3 >  > I sometimes accidentally type >  > $ git rebase -i origin/master