Add test showing git-fetch groks gitfiles
commit0c80fdb34200648f18cf19af1514c693d2f141b8
authorPhil Hord <phil.hord@gmail.com>
Tue, 4 Oct 2011 20:09:23 +0000 (4 16:09 -0400)
committerJunio C Hamano <gitster@pobox.com>
Tue, 4 Oct 2011 20:38:12 +0000 (4 13:38 -0700)
tree48c7c808159e69789cbbff47fdab60f1a5847440
parent7ab8777e8dd365e9a5dc06eb3042903e296ef1b0
Add test showing git-fetch groks gitfiles

Add a test for two subtly different cases: 'git fetch path/.git'
and 'git fetch path' to confirm that transport recognizes both
paths as git repositories when using the gitfile mechanism.

Signed-off-by: Phil Hord <hordp@cisco.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5601-clone.sh