Improve the naming of guessed target repository for git clone
authorAlex Riesen <raa.lkml@gmail.com>
Wed, 13 May 2009 16:32:06 +0000 (18:32 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sun, 17 May 2009 02:43:29 +0000 (19:43 -0700)
Strip leading and trailing spaces off guessed target directory, and
replace sequences of whitespace and 'control' characters with one
space character.

User still can have any name by specifying it explicitely after url.

Signed-off-by: Alex Riesen <raa.lkml@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found