summaryrefslogtreecommitdiff
path: root/wt-status.c
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2013-03-23 03:52:44 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-03-24 05:29:15 (GMT)
commit6deab24d8832e3cb2f554b827af521b094a2b32d (patch)
tree2c43d7ee4bfd9469c470dd4f1a9707f56f7a4f99 /wt-status.c
parentc8183cd2851965665655738fc399c44f546d5b79 (diff)
downloadgit-6deab24d8832e3cb2f554b827af521b094a2b32d.zip
git-6deab24d8832e3cb2f554b827af521b094a2b32d.tar.gz
git-6deab24d8832e3cb2f554b827af521b094a2b32d.tar.bz2
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>
Diffstat (limited to 'wt-status.c')
-rw-r--r--wt-status.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wt-status.c b/wt-status.c
index 32a51e1..cf3d81a 100644
--- a/wt-status.c
+++ b/wt-status.c
@@ -953,7 +953,7 @@ static void show_bisect_in_progress(struct wt_status *s,
{
if (state->branch)
status_printf_ln(s, color,
- _("You are currently bisecting branch '%s'."),
+ _("You are currently bisecting, started from branch '%s'."),
state->branch);
else
status_printf_ln(s, color,