Re: [PATCH V4] git clone: is an URL local or ssh

2013-11-04 Thread Johannes Sixt
Am 11/4/2013 22:20, schrieb Torsten Bögershausen: > Bug fix for msygit in t5601 : use $PWD insted of $(pwd) Not really. $PWD is /c/foo/bar style, but $(pwd) is c:/foo/bar, which is equally good. > test_expect_success 'clone with excess parameters (2)' ' > > rm -fr dst && > - test_mus

[PATCH V4] git clone: is an URL local or ssh

2013-11-04 Thread Torsten Bögershausen
Commit 8d3d28f5 added test cases for URLs which should be ssh. Add more tests testing all the combinations: -IPv4 or IPv6 -path starting with "/" or with "/~" -with and without the ssh:// scheme Add tests for ssh:// with port number. When a git repository "foo:bar" exist, git clone will call

[PATCH V4] git clone: is an URL local or ssh

2013-11-04 Thread Torsten Bögershausen
Commit 8d3d28f5 added test cases for URLs which should be ssh. Add more tests testing all the combinations: -IPv4 or IPv6 -path starting with "/" or with "/~" -with and without the ssh:// scheme Add tests for ssh:// with port number. When a git repository "foo:bar" exist, git clone will call

[PATCH V4] git clone: is an URL local or ssh

2013-11-04 Thread Torsten Bögershausen
Commit 8d3d28f5 added test cases for URLs which should be ssh. Add more tests testing all the combinations: -IPv4 or IPv6 -path starting with "/" or with "/~" -with and without the ssh:// scheme Add tests for ssh:// with port number. When a git repository "foo:bar" exist, git clone will call