[Bug?] am --abort broken?

2013-06-12 Thread Junio C Hamano
This is somewhat minor but will confuse people who do not know how to manually recover from. Start am without giving an input file by mistake: $ git am ;# no input file ^C At this point, you are still in am session; completion will tell you that you are in a middle of am/rebase. A more

Re: [Bug?] am --abort broken?

2013-06-12 Thread Ramkumar Ramachandra
Junio C Hamano wrote: $ git am ;# no input file ^C $ git am --abort Resolve operation not in progress, we are not resuming. I tried it on git 1.8.3, and this only incidentally seems to half-work (?) % git am ^C % git am --abort cat:

Re: [Bug?] am --abort broken?

2013-06-12 Thread Junio C Hamano
Ramkumar Ramachandra artag...@gmail.com writes: I think this is a recent breakage after merging the topic to add rebase --autostash, but I haven't looked into it yet. Yes, I can confirm that my topic introduced this bug, and I apologize for not having caught it. I'm looking into the