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.
1 parent 2582ab1 commit d0008b3Copy full SHA for d0008b3
contrib/subtree/t/t7900-subtree.sh
@@ -419,7 +419,7 @@ test_expect_success 'add main-sub5' '
419
test_expect_success 'split for main-sub5 without --onto' '
420
# also test that we still can split out an entirely new subtree
421
# if the parent of the first commit in the tree is not empty,
422
- # then the new subtree has accidently been attached to something
+ # then the new subtree has accidentally been attached to something
423
git subtree split --prefix subdir2 --branch mainsub5 &&
424
check_equal ''"$(git log --pretty=format:%P -1 mainsub5)"'' ""
425
'
0 commit comments