Re: [PATCH v6 09/10] connect.c: Refactor url parsing

2013-11-21 Thread Junio C Hamano
Torsten Bögershausen writes: > Make the function is_local() from tramsport.c public and use it s/ams/ans/, perhaps? > in both transport.c and connect.c > Use a protocol "local" for URLs for the local file system. > --- > connect.c| 58 > ++--

[PATCH v6 09/10] connect.c: Refactor url parsing

2013-11-21 Thread Torsten Bögershausen
Make the function is_local() from tramsport.c public and use it in both transport.c and connect.c Use a protocol "local" for URLs for the local file system. --- connect.c| 58 ++-- connect.h| 1 + t/t5601-clone.sh | 10 +-