Re: [PATCH] status, branch: fix the misleading "bisecting" message

2013-03-23 Thread Junio C Hamano
Nguyễn Thái Ngọc Duy writes: > The current message is "bisecting %s" (or "bisecting branch %s"). > "%s" is the current branch when we started bisecting. Clarify that to > avoid confusion with good and bad refs passed to "bisect" command. > > Signed-off-by: Nguyễn Thái Ngọc Duy > --- Sounds sens

[PATCH] status, branch: fix the misleading "bisecting" message

2013-03-22 Thread Nguyễn Thái Ngọc Duy
The current message is "bisecting %s" (or "bisecting branch %s"). "%s" is the current branch when we started bisecting. Clarify that to avoid confusion with good and bad refs passed to "bisect" command. Signed-off-by: Nguyễn Thái Ngọc Duy --- builtin/branch.c| 2 +- t/t6030-bisect-po