From: Pavel Roskin Date: Fri, 11 Nov 2005 05:19:04 +0000 (-0500) Subject: git-clone: quote destination directory name X-Git-Tag: v0.99.9h^2~27 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/0e9ab02da77fcf59fdb7d8201d3c5546cd346e63?hp=0e9ab02da77fcf59fdb7d8201d3c5546cd346e63 git-clone: quote destination directory name git-clone doesn't quote the full path to the destination directory, which causes it to fail if the path contains spaces or other characters interpreted by the shell. [jc: obviously I was not careful enough. Pavel, thanks for catching.] Signed-off-by: Pavel Roskin Signed-off-by: Junio C Hamano ---