t/t5515-fetch-merge-logic.sh: Add two more tests
They test the behaviour with just a URL in the command line. Signed-off-by: Santi B,Ai(Bjar <sbejar@gmail.com> Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
parent
edc04e90f5
commit
e3d842cf12
@ -114,6 +114,7 @@ done >> tests
|
|||||||
# neither in the Pull: or .fetch config
|
# neither in the Pull: or .fetch config
|
||||||
for branch in master br-unconfig ; do
|
for branch in master br-unconfig ; do
|
||||||
cat <<EOF
|
cat <<EOF
|
||||||
|
$branch ../.git
|
||||||
$branch ../.git one
|
$branch ../.git one
|
||||||
$branch ../.git one two
|
$branch ../.git one two
|
||||||
$branch --tags ../.git
|
$branch --tags ../.git
|
||||||
|
2
t/t5515/fetch.br-unconfig_.._.git
Normal file
2
t/t5515/fetch.br-unconfig_.._.git
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# br-unconfig ../.git
|
||||||
|
0567da4d5edd2ff4bb292a465ba9e64dcad9536b ../
|
2
t/t5515/fetch.master_.._.git
Normal file
2
t/t5515/fetch.master_.._.git
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# master ../.git
|
||||||
|
0567da4d5edd2ff4bb292a465ba9e64dcad9536b ../
|
Loading…
Reference in New Issue
Block a user