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 41ccfdd + c68c408 commit 6a29370Copy full SHA for 6a29370
t/t5516-fetch-push.sh
@@ -230,10 +230,10 @@ test_expect_success 'push with pushInsteadOf' '
230
231
test_expect_success 'push with pushInsteadOf and explicit pushurl (pushInsteadOf should not rewrite)' '
232
mk_empty &&
233
- TRASH="$(pwd)/" &&
234
- git config "url.trash2/.pushInsteadOf" trash/ &&
+ git config "url.trash2/.pushInsteadOf" testrepo/ &&
+ git config "url.trash3/.pusnInsteadOf" trash/wrong &&
235
git config remote.r.url trash/wrong &&
236
- git config remote.r.pushurl "$TRASH/testrepo" &&
+ git config remote.r.pushurl "testrepo/" &&
237
git push r refs/heads/master:refs/remotes/origin/master &&
238
(
239
cd testrepo &&
0 commit comments