Re: [PATCH 1/3] t/checkout-last: checkout - doesn't work after rebase -i

2013-06-13 Thread Ramkumar Ramachandra
Junio C Hamano wrote: These four are all valid ways to spell the rebase -i master step. and I think it is sensible to expect (1) they all behave the same way; or Yes. My reasoning is very simple: a rebase is a rebase; it should not write checkout: messages to the reflog. Therefore, the

[PATCH 1/3] t/checkout-last: checkout - doesn't work after rebase -i

2013-06-10 Thread Ramkumar Ramachandra
The following command $ git checkout - does not work as expected after a 'git rebase -i'. Add a failing test documenting this bug. Signed-off-by: Ramkumar Ramachandra artag...@gmail.com --- t/t2012-checkout-last.sh | 8 1 file changed, 8 insertions(+) diff --git

Re: [PATCH 1/3] t/checkout-last: checkout - doesn't work after rebase -i

2013-06-10 Thread Junio C Hamano
Ramkumar Ramachandra artag...@gmail.com writes: The following command $ git checkout - does not work as expected after a 'git rebase -i'. Add a failing test documenting this bug. Signed-off-by: Ramkumar Ramachandra artag...@gmail.com --- t/t2012-checkout-last.sh | 8 1