On Thu, Nov 11, 2010 at 5:37 PM, Jonathan Nieder <jrnieder@xxxxxxxxx> wrote: > Hi, > > Dun Peal wrote: > >> Â $ python -c "import os; os.popen('git clone git@xxxxxxxxxxxxxx:repos/repo.git')" >> Â [...] >> Â $ cat repo/.git/config >> Â [branch "master"] >> Â Â Â Â Â remote = origin >> Â Â Â Â Â merge = refs/heads/master > > It looks like you've probably figured it out already, but for > completeness: > > Most likely the clone is terminating when Python exits, perhaps due to > SIGPIPE. ÂIt doesn't look like a bug to me; I suspect you meant to use > os.system(), which is synchronous, instead. ÂYou might be able to get > a better sense of what happened with GIT_TRACE=1 or strace. If "git clone" is terminated before it completes, shouldn't it clean the uncompleted repo? -- Duy -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html