On Fri, Aug 11, 2017 at 9:55 PM, Michael Stapelberg <[email protected]> wrote: > I think the git HTTP transport does never allow shallow clones. You can use > the git transport protocol (also with GitHub), but note that the git > transport protocol is not authenticated (whereas https is, of course). >
Only dumb http server doesn't support shallow clone. The smart http protocol supports, like `git clone --depth=1 https://github.com/xxx` -- Best regards, Shengjing Zhu _______________________________________________ devscripts-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/devscripts-devel
