Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'ak/t5516-typofix'
author
Junio C Hamano
<gitster@pobox.com>
Fri, 6 Mar 2015 23:02:32 +0000
(15:02 -0800)
committer
Junio C Hamano
<gitster@pobox.com>
Fri, 6 Mar 2015 23:02:32 +0000
(15:02 -0800)
* ak/t5516-typofix:
t5516: correct misspelled pushInsteadOf
t/t5516-fetch-push.sh
patch
|
blob
|
history
raw
(from parent 1:
a11c508
)
diff --git
a/t/t5516-fetch-push.sh
b/t/t5516-fetch-push.sh
index e4436c170088a69b9efc5712a55bbe1d4bb8113f..630885d6df2fed0b8ba35005f150ccd3838dfcca 100755
(executable)
--- a/
t/t5516-fetch-push.sh
+++ b/
t/t5516-fetch-push.sh
@@
-238,7
+238,7
@@
test_expect_success 'push with pushInsteadOf' '
test_expect_success 'push with pushInsteadOf and explicit pushurl (pushInsteadOf should not rewrite)' '
mk_empty testrepo &&
test_config "url.trash2/.pushInsteadOf" testrepo/ &&
- test_config "url.trash3/.pus
n
InsteadOf" trash/wrong &&
+ test_config "url.trash3/.pus
h
InsteadOf" trash/wrong &&
test_config remote.r.url trash/wrong &&
test_config remote.r.pushurl "testrepo/" &&
git push r refs/heads/master:refs/remotes/origin/master &&