@@ -733,6 +733,7 @@ test_expect_success 'status when cherry-picking before resolving conflicts' '
733
733
On branch cherry_branch
734
734
You are currently cherry-picking commit $TO_CHERRY_PICK.
735
735
(fix conflicts and run "git cherry-pick --continue")
736
+ (use "git cherry-pick --skip" to skip this patch)
736
737
(use "git cherry-pick --abort" to cancel the cherry-pick operation)
737
738
738
739
Unmerged paths:
@@ -757,6 +758,7 @@ test_expect_success 'status when cherry-picking after resolving conflicts' '
757
758
On branch cherry_branch
758
759
You are currently cherry-picking commit $TO_CHERRY_PICK.
759
760
(all conflicts fixed: run "git cherry-pick --continue")
761
+ (use "git cherry-pick --skip" to skip this patch)
760
762
(use "git cherry-pick --abort" to cancel the cherry-pick operation)
761
763
762
764
Changes to be committed:
@@ -778,6 +780,7 @@ test_expect_success 'status when cherry-picking after committing conflict resolu
778
780
On branch cherry_branch
779
781
Cherry-pick currently in progress.
780
782
(run "git cherry-pick --continue" to continue)
783
+ (use "git cherry-pick --skip" to skip this patch)
781
784
(use "git cherry-pick --abort" to cancel the cherry-pick operation)
782
785
783
786
nothing to commit (use -u to show untracked files)
@@ -835,6 +838,7 @@ test_expect_success 'status while reverting commit (conflicts)' '
835
838
On branch master
836
839
You are currently reverting commit $TO_REVERT.
837
840
(fix conflicts and run "git revert --continue")
841
+ (use "git revert --skip" to skip this patch)
838
842
(use "git revert --abort" to cancel the revert operation)
839
843
840
844
Unmerged paths:
@@ -855,6 +859,7 @@ test_expect_success 'status while reverting commit (conflicts resolved)' '
855
859
On branch master
856
860
You are currently reverting commit $TO_REVERT.
857
861
(all conflicts fixed: run "git revert --continue")
862
+ (use "git revert --skip" to skip this patch)
858
863
(use "git revert --abort" to cancel the revert operation)
859
864
860
865
Changes to be committed:
@@ -887,6 +892,7 @@ test_expect_success 'status while reverting after committing conflict resolution
887
892
On branch master
888
893
Revert currently in progress.
889
894
(run "git revert --continue" to continue)
895
+ (use "git revert --skip" to skip this patch)
890
896
(use "git revert --abort" to cancel the revert operation)
891
897
892
898
nothing to commit (use -u to show untracked files)
0 commit comments