author | Pavel Roskin <proski@gnu.org> | |
Fri, 11 Nov 2005 05:19:04 +0000 (00:19 -0500) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Fri, 11 Nov 2005 09:15:00 +0000 (01:15 -0800) | ||
commit | 0e9ab02da77fcf59fdb7d8201d3c5546cd346e63 | |
tree | f826eed5fc0bbd6a8e335c6a90faba0e12ae1f7d | tree | snapshot |
parent | 601c978c1bc9f6742c18932cb9d4a6910934f785 | commit | diff |
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 <proski@gnu.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
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 <proski@gnu.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-clone.sh | diff | blob | history |