git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
e2a83b2
)
t5550: do not assume the "matching" push is the default
author
Brian Gernhardt
<redacted>
Wed, 16 Jan 2013 02:05:06 +0000
(21:05 -0500)
committer
Junio C Hamano
<redacted>
Wed, 3 Apr 2013 17:02:40 +0000
(10:02 -0700)
Signed-off-by: Brian Gernhardt <redacted>
Signed-off-by: Junio C Hamano <redacted>
t/t5550-http-fetch.sh
patch
|
blob
|
history
diff --git
a/t/t5550-http-fetch.sh
b/t/t5550-http-fetch.sh
index 80d20c876bbac0b00d388d511da555a29e827dbc..f7d0f146f0f69775dd3fa3ea06895e2bb1a74d55 100755
(executable)
--- a/
t/t5550-http-fetch.sh
+++ b/
t/t5550-http-fetch.sh
@@
-13,6
+13,7
@@
LIB_HTTPD_PORT=${LIB_HTTPD_PORT-'5550'}
start_httpd
test_expect_success 'setup repository' '
+ git config push.default matching &&
echo content1 >file &&
git add file &&
git commit -m one
git clone https://git.99rst.org/PROJECT