git-svn: fix clone when a target directory has been specified
authorEric Wong <normalperson@yhbt.net>
Fri, 23 Feb 2007 09:26:26 +0000 (01:26 -0800)
committerEric Wong <normalperson@yhbt.net>
Fri, 23 Feb 2007 09:26:26 +0000 (01:26 -0800)
Several bugs caused this to fail:

* GIT_DIR was set incorrectly after entering the target directory

* Avoid double chdir-ing when clone is called with an explicit path

* create target subdirectory *before* running git-init when using
the multi-init path

Signed-off-by: Eric Wong <normalperson@yhbt.net>
No differences found