Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
t5551: do not assume the "matching" push is the default
author
Brian Gernhardt
<brian@gernhardtsoftware.com>
Wed, 16 Jan 2013 02:05:07 +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/t5551-http-fetch.sh
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
c9704aa
)
diff --git
a/t/t5551-http-fetch.sh
b/t/t5551-http-fetch.sh
index c5cd2e348c6fe47af7d94ef6852757c301f8097a..1b5508667f88886d0a2af5ff446673cd3f03c423 100755
(executable)
--- a/
t/t5551-http-fetch.sh
+++ b/
t/t5551-http-fetch.sh
@@
-13,6
+13,7
@@
LIB_HTTPD_PORT=${LIB_HTTPD_PORT-'5551'}
start_httpd
test_expect_success 'setup repository' '
+ git config push.default matching &&
echo content >file &&
git add file &&
git commit -m one