Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
revision.c: make default history consider bottom commits
[gitweb.git]
/
t
/
t5551-http-fetch.sh
diff --git
a/t/t5551-http-fetch.sh
b/t/t5551-http-fetch.sh
index b31019fab7154212bf41ff8e3344e24afd5afb46..b23efbbfd9586670f1eeee114a1335b9dad4d97f 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