status: mention --skip for revert and cherry-pick
authorDenton Liu <liu.denton@gmail.com>
Tue, 27 Aug 2019 04:45:41 +0000 (00:45 -0400)
committerJunio C Hamano <gitster@pobox.com>
Tue, 27 Aug 2019 21:47:09 +0000 (14:47 -0700)
commit86ae43da6a6edbe7fbd9226ef316b894aef9da21
tree69bd54b6833335edc27108087f2aebb4bd77c816
parentb1b16bba966b919c0ddb57338c5745ea8b288eb5
status: mention --skip for revert and cherry-pick

When reverting or cherry-picking, one of the options we can pass the
sequencer is `--skip`. However, unlike rebasing, `--skip` is not
mentioned as a possible option in the status message. Mention it so that
users are more aware of their options.

Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7512-status-help.sh
wt-status.c