Merge branch 'ak/t5516-typofix' into maint
* ak/t5516-typofix: t5516: correct misspelled pushInsteadOf
This commit is contained in:
commit
113bc16094
@ -238,7 +238,7 @@ test_expect_success 'push with pushInsteadOf' '
|
|||||||
test_expect_success 'push with pushInsteadOf and explicit pushurl (pushInsteadOf should not rewrite)' '
|
test_expect_success 'push with pushInsteadOf and explicit pushurl (pushInsteadOf should not rewrite)' '
|
||||||
mk_empty testrepo &&
|
mk_empty testrepo &&
|
||||||
test_config "url.trash2/.pushInsteadOf" testrepo/ &&
|
test_config "url.trash2/.pushInsteadOf" testrepo/ &&
|
||||||
test_config "url.trash3/.pusnInsteadOf" trash/wrong &&
|
test_config "url.trash3/.pushInsteadOf" trash/wrong &&
|
||||||
test_config remote.r.url trash/wrong &&
|
test_config remote.r.url trash/wrong &&
|
||||||
test_config remote.r.pushurl "testrepo/" &&
|
test_config remote.r.pushurl "testrepo/" &&
|
||||||
git push r refs/heads/master:refs/remotes/origin/master &&
|
git push r refs/heads/master:refs/remotes/origin/master &&
|
||||||
|
Loading…
Reference in New Issue
Block a user