author | Junio C Hamano <junkio@cox.net> | |
Mon, 14 May 2007 21:24:02 +0000 (14:24 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 14 May 2007 21:24:02 +0000 (14:24 -0700) | ||
commit | 223fa32784c79bdae7e68266511f9b5e0d65d03e | |
tree | 84c8cf2b0fdd4db4ed2ac596f4fd5ffa7abe8bc1 | tree | snapshot |
parent | 4a1bb4c3f87f355dd52fcd0babcbd005d59d7ed6 | commit | diff |
Fix git-clone buglet for remote case.
c2f599e09fd0496413d1744b5b89b9b5c223555d introduced a buglet while
cloning from a remote URL; we forgot to squelch the unnecessary
error message when we try to cd to the given "remote" name,
in order to see if it is a local directory.
Signed-off-by: Junio C Hamano <junkio@cox.net>
c2f599e09fd0496413d1744b5b89b9b5c223555d introduced a buglet while
cloning from a remote URL; we forgot to squelch the unnecessary
error message when we try to cd to the given "remote" name,
in order to see if it is a local directory.
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-clone.sh | diff | blob | history |