status, branch: fix the misleading "bisecting" message
commit6deab24d8832e3cb2f554b827af521b094a2b32d
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Sat, 23 Mar 2013 03:52:44 +0000 (23 10:52 +0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 24 Mar 2013 05:29:15 +0000 (23 22:29 -0700)
tree2c43d7ee4bfd9469c470dd4f1a9707f56f7a4f99
parentc8183cd2851965665655738fc399c44f546d5b79
status, branch: fix the misleading "bisecting" message

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 <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/branch.c
t/t6030-bisect-porcelain.sh
t/t7512-status-help.sh
wt-status.c