My Various Git Projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f9ae5f
)
t5505: do not assume the "matching" push is the default
author
Junio C Hamano
<gitster@pobox.com>
Sat, 5 Jan 2013 00:06:09 +0000
(16:06 -0800)
committer
Junio C Hamano
<gitster@pobox.com>
Sat, 5 Jan 2013 06:28:41 +0000
(22:28 -0800)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5505-remote.sh
patch
|
blob
|
history
diff --git
a/t/t5505-remote.sh
b/t/t5505-remote.sh
index
ccc55eb
..
6579a86
100755
(executable)
--- a/
t/t5505-remote.sh
+++ b/
t/t5505-remote.sh
@@
-345,7
+345,7
@@
test_expect_success 'fetch mirrors do not act as mirrors during push' '
) &&
(cd mirror-fetch/child &&
git branch -m renamed renamed2 &&
- git push parent
+ git push parent
:
) &&
(cd mirror-fetch/parent &&
git rev-parse --verify renamed &&