On 2009-02-25 19:49 (-0800), roylee17 wrote: > $ git clone --depth 1 git-full git-shallow2 > 'git log' still gives a full history > > Why can't I clone a shallow repo from the git-full? > Does it requires some settings in the git-full repo? I don't know the "why" part but using file:// URL should work: git clone --depth 1 file:///path/to/git-full git-shallow2 -- 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