author | Yasushi SHOJI <yashi@atmark-techno.com> | |
Sat, 14 Oct 2006 12:02:51 +0000 (21:02 +0900) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sun, 15 Oct 2006 01:22:04 +0000 (18:22 -0700) | ||
commit | ced78b3907dd60d8289ad5385ffcfd3339149957 | |
tree | 495457faf1f65f0d983ecc20029371f5e5e75f5c | tree | snapshot |
parent | d988b82232bb8f5826a1619fd4dcba1a5a330f27 | commit | diff |
clone: the given repository dir should be relative to $PWD
the repository argument for git-clone should be relative to $PWD
instead of the given target directory. The old behavior gave us
surprising success and you need a few minute to know why it worked.
GIT_DIR is already exported so no need to cd into $D. And this makes
$PWD for git-fetch-pack, which is the actual command to take the given
repository dir, the same as git-clone.
Signed-off-by: Yasushi SHOJI <yashi@atmark-techno.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
the repository argument for git-clone should be relative to $PWD
instead of the given target directory. The old behavior gave us
surprising success and you need a few minute to know why it worked.
GIT_DIR is already exported so no need to cd into $D. And this makes
$PWD for git-fetch-pack, which is the actual command to take the given
repository dir, the same as git-clone.
Signed-off-by: Yasushi SHOJI <yashi@atmark-techno.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-clone.sh | diff | blob | history | |
t/t5600-clone-fail-cleanup.sh | diff | blob | history |