Re: Gábor Németh
> I see.
>
> > trycmd ('git', 'clone', '--quiet', '--bare', '--mirror', '--depth',
> > '50', '--no-single-branch', '--template', '', $url, $pkgdir);
> >
> > depth=1 wouldn't work since we use "git describe".
>
> Wouldn't then adding [.., '--filter', 'blob:none', ..] suffice for t
I see.
> trycmd ('git', 'clone', '--quiet', '--bare', '--mirror', '--depth',
> '50', '--no-single-branch', '--template', '', $url, $pkgdir);
>
> depth=1 wouldn't work since we use "git describe".
Wouldn't then adding [.., '--filter', 'blob:none', ..] suffice for the
needs of vncwatch?
BR,
Gábor
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', '--
3 matches
Mail list logo