Re: [PATCH 1/3] clone: add `--shallow-submodules` flag

2016-04-25 Thread Stefan Beller
On Mon, Apr 25, 2016 at 4:50 AM, Lars Schneider wrote: >> first case (as we wouldd have already transmitted the non shallow over > s/wouldd/would/ will be fixed in a reroll >> --depth :: >> Create a 'shallow' clone with a history truncated to the >> -

Re: [PATCH 1/3] clone: add `--shallow-submodules` flag

2016-04-25 Thread Lars Schneider
> On 16 Mar 2016, at 02:12, Stefan Beller wrote: > > When creating a shallow clone of a repository with submodules, the depth > argument does not influence the submodules, i.e. the submodules are done > as non-shallow clones. It is unclear what the best default is for the >

[PATCH 1/3] clone: add `--shallow-submodules` flag

2016-03-15 Thread Stefan Beller
When creating a shallow clone of a repository with submodules, the depth argument does not influence the submodules, i.e. the submodules are done as non-shallow clones. It is unclear what the best default is for the depth of submodules of a shallow clone, so we need to have the possibility to do