Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-02-03 | Assorted typo fixes | Pavel Roskin | 1 | -1/+1 | |
Signed-off-by: Junio C Hamano <junkio@cox.net> | |||||
2006-10-14 | clone: the given repository dir should be relative to $PWD | Yasushi SHOJI | 1 | -0/+6 | |
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> | |||||
2006-02-21 | New test to verify that when git-clone fails it cleans up the new directory. | Carl Worth | 1 | -0/+36 | |
Signed-off-by: Carl Worth <cworth@cworth.org> Signed-off-by: Junio C Hamano <junkio@cox.net> |