t5500: add test cases for diag-url
commit854aeb7beb85a7a3f05fc11daea7c8d2fed3a22c
authorTorsten Bögershausen <tboegi@web.de>
Thu, 28 Nov 2013 19:49:29 +0000 (28 20:49 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 Dec 2013 22:54:47 +0000 (9 14:54 -0800)
tree6498ebf4206bbe2479d2b3ecf01286af8e0cd9a3
parent5610b7c0c6957cf0b236b6fac087c1f4dc209376
t5500: add test cases for diag-url

Add test cases using git fetch-pack --diag-url:

- parse out host and path for URLs with a scheme (git:// file:// ssh://)
- parse host names embedded by [] correctly
- extract the port number, if present
- separate URLs like "file" (which are local)
  from URLs like "host:repo" which should use ssh

Signed-off-by: Torsten Bögershausen <tboegi@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5500-fetch-pack.sh