am: replace uses of --resolved with --continue
git am was previously modified to provide --continue for consistency with rebase, merge etc, and the documentation changed to showing --continue as the primary form. Complete the work by replacing remaining uses of --resolved by --continue, most notably in suggested command reminders. Signed-off-by: Kevin Bracey <kevin@bracey.fi> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
85318f521f
commit
8ceb6fbd63
@ -826,7 +826,7 @@ static void show_am_in_progress(struct wt_status *s,
|
||||
if (advice_status_hints) {
|
||||
if (!state->am_empty_patch)
|
||||
status_printf_ln(s, color,
|
||||
_(" (fix conflicts and then run \"git am --resolved\")"));
|
||||
_(" (fix conflicts and then run \"git am --continue\")"));
|
||||
status_printf_ln(s, color,
|
||||
_(" (use \"git am --skip\" to skip this patch)"));
|
||||
status_printf_ln(s, color,
|
||||
|
||||
Reference in New Issue
Block a user