xiph/vorbis

Enable support for smart/shallow cloning

hashimaziz1 opened this issue · 2 comments

When I do:

git -C vorbis pull 2> /dev/null || git clone --depth 1 https://git.xiph.org/vorbis.git/

...I get the following error:

fatal: dumb http transport does not support shallow capabilities

This is a huge problem as shallow cloning is the standard nowadays, and Github appears to have officially deprecated dumb cloning almost a decade ago:

https://github.blog/2011-03-09-git-dumb-http-transport-to-be-turned-off-in-90-days/

Is there any chance of this being brought up to date?

We are moving away from gitosis to GitLab in the long run.

You should have more success by looking at https://gitlab.xiph.org - which is kept in sync.

https://gitlab.xiph.org/xiph/vorbis in case of Vorbis

Why doesn't the website make any mention of this? It has links to both the Github and SVN but not Gitlab.