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 a11c508 + eb32c66 commit 36ab768Copy full SHA for 36ab768
t/t5516-fetch-push.sh
@@ -238,7 +238,7 @@ test_expect_success 'push with pushInsteadOf' '
238
test_expect_success 'push with pushInsteadOf and explicit pushurl (pushInsteadOf should not rewrite)' '
239
mk_empty testrepo &&
240
test_config "url.trash2/.pushInsteadOf" testrepo/ &&
241
- test_config "url.trash3/.pusnInsteadOf" trash/wrong &&
+ test_config "url.trash3/.pushInsteadOf" trash/wrong &&
242
test_config remote.r.url trash/wrong &&
243
test_config remote.r.pushurl "testrepo/" &&
244
git push r refs/heads/master:refs/remotes/origin/master &&
0 commit comments