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:
0a42ac0
)
t5517: do not assume the "matching" push is the default
author
Junio C Hamano
<gitster@pobox.com>
Sat, 5 Jan 2013 00:09:15 +0000
(16:09 -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/t5517-push-mirror.sh
patch
|
blob
|
history
diff --git
a/t/t5517-push-mirror.sh
b/t/t5517-push-mirror.sh
index
e2ad260
..
12a5dfb
100755
(executable)
--- a/
t/t5517-push-mirror.sh
+++ b/
t/t5517-push-mirror.sh
@@
-256,7
+256,7
@@
test_expect_success 'remote.foo.mirror=no has no effect' '
git branch keep master &&
git push --mirror up &&
git branch -D keep &&
- git push up
+ git push up
:
) &&
(
cd mirror &&