We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0af6d5d + cc8d872 commit a56a777Copy full SHA for a56a777
t/t3404-rebase-interactive.sh
@@ -1031,7 +1031,7 @@ test_expect_success 'rebase -i --root reword root commit' '
1031
test -z "$(git show -s --format=%p HEAD^)"
1032
'
1033
1034
-test_expect_success 'rebase -i --root when root has untracked file confilct' '
+test_expect_success 'rebase -i --root when root has untracked file conflict' '
1035
test_when_finished "reset_rebase" &&
1036
git checkout -b failing-root-pick A &&
1037
echo x >file2 &&
0 commit comments