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. Therefor
Ramkumar Ramachandra 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
> ---
> t/t2012-checkout-last.sh | 8
> 1 file changed, 8 insertions(+
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
---
t/t2012-checkout-last.sh | 8
1 file changed, 8 insertions(+)
diff --git a/t/t2012-checkout-last.sh b/t/t2012-
3 matches
Mail list logo