Re: [PATCH] prompt: fix for simple rebase

2013-05-29 Thread Junio C Hamano
Felipe Contreras writes: > When we are rebasing without options ('am' mode), the head rebased lives > in '$g/rebase-apply/head-name', so lets use that information so it's > reported the same way as if we were doing other rebases (-i or -m). > > Signed-off-by: Felipe Contreras > --- > contrib/co

[PATCH] prompt: fix for simple rebase

2013-05-28 Thread Felipe Contreras
When we are rebasing without options ('am' mode), the head rebased lives in '$g/rebase-apply/head-name', so lets use that information so it's reported the same way as if we were doing other rebases (-i or -m). Signed-off-by: Felipe Contreras --- contrib/completion/git-prompt.sh | 2 ++ t/t9903-b