]> git.ipfire.org Git - thirdparty/git.git/commit - sequencer.c
cherry-pick/revert: advise using --skip
authorRohit Ashiwal <rohit.ashiwal265@gmail.com>
Tue, 2 Jul 2019 09:11:29 +0000 (14:41 +0530)
committerJunio C Hamano <gitster@pobox.com>
Tue, 2 Jul 2019 19:08:08 +0000 (12:08 -0700)
commitdcb500dc16ce8db556b51e9a5b3fa977111d0443
tree669235a713ae5f8678f3646539b5593314501695
parentde81ca3f36b0f1db8bd615c98f2a5c819092c275
cherry-pick/revert: advise using --skip

The previous commit introduced a --skip flag for cherry-pick and
revert. Update the advice messages, to tell users about this less
cumbersome way of skipping commits. Also add tests to ensure
everything is working fine.

Signed-off-by: Rohit Ashiwal <rohit.ashiwal265@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/commit.c
sequencer.c
t/t3510-cherry-pick-sequence.sh