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 02b5aa5 commit b64b43dCopy full SHA for b64b43d
t/t9902-completion.sh
@@ -906,7 +906,7 @@ test_expect_success '__git_refs - after --opt= - full refs' '
906
test_cmp expected "$actual"
907
'
908
909
-test_expect_success '__git refs - exluding refs' '
+test_expect_success '__git refs - excluding refs' '
910
cat >expected <<-EOF &&
911
^HEAD
912
^master
@@ -922,7 +922,7 @@ test_expect_success '__git refs - exluding refs' '
922
923
924
925
-test_expect_success '__git refs - exluding full refs' '
+test_expect_success '__git refs - excluding full refs' '
926
927
^refs/heads/master
928
^refs/heads/matching-branch
0 commit comments