Re: Gábor Németh
> and my question if this behavior can be changed on d.o side by doing
> shallow / blobless `git clone`?  Either of these only produces a 200MB
> checkout for the package I'm working with.

Hi Gábor,

we are already doing that to some extent:

trycmd ('git', 'clone', '--quiet', '--bare', '--mirror', '--depth', '50', 
'--no-single-branch', '--template', '', $url, $pkgdir);

depth=1 wouldn't work since we use "git describe".

Christoph

Reply via email to