diff options
| author | Brian Gernhardt <brian@gernhardtsoftware.com> | 2013-01-15 21:05:08 -0500 | 
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2013-04-03 10:02:40 -0700 | 
| commit | ac47a22a7a3c01d38b39c6896a1965ac0b9c473d (patch) | |
| tree | e888236ad637607ce581858bc8020c46ea3e382e | |
| parent | bd7ac5990ca77b9a294ffb3bd0b6143b17bb35bd (diff) | |
| download | git-ac47a22a7a3c01d38b39c6896a1965ac0b9c473d.tar.gz | |
t5570: do not assume the "matching" push is the default
Signed-off-by: Brian Gernhardt <brian@gernhardtsoftware.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
| -rwxr-xr-x | t/t5570-git-daemon.sh | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/t/t5570-git-daemon.sh b/t/t5570-git-daemon.sh index a3a4e47e1d..f01edffa3c 100755 --- 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 | 
