Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
t5570: do not assume the "matching" push is the default
author
Brian Gernhardt
<brian@gernhardtsoftware.com>
Wed, 16 Jan 2013 02:05:08 +0000
(21:05 -0500)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 3 Apr 2013 17:02:40 +0000
(10:02 -0700)
Signed-off-by: Brian Gernhardt <brian@gernhardtsoftware.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5570-git-daemon.sh
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
bd7ac59
)
diff --git
a/t/t5570-git-daemon.sh
b/t/t5570-git-daemon.sh
index a3a4e47e1d25379e981373e67124c9efe5c76213..f01edffa3c0babf76593fbd211f6606ff2036c74 100755
(executable)
--- a/
t/t5570-git-daemon.sh
+++ b/
t/t5570-git-daemon.sh
@@
-8,6
+8,7
@@
LIB_GIT_DAEMON_PORT=${LIB_GIT_DAEMON_PORT-5570}
start_git_daemon
test_expect_success 'setup repository' '
+ git config push.default matching &&
echo content >file &&
git add file &&
git commit -m one