Re: [PATCH v6 06/10] t5500: Test case for diag-url

2013-11-21 Thread Junio C Hamano
Torsten Bögershausen writes: > 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 > - seperate URLs like "file" (which are local) > fro

[PATCH v6 06/10] t5500: Test case for diag-url

2013-11-21 Thread Torsten Bögershausen
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 - seperate URLs like "file" (which are local) from URLs like "host:repo" which should use ssh