RE: [PATCH] git-submodule: fix expansion of depth for cmd_update

2019-08-22 Thread Keller, Jacob E
> -Original Message- > From: git-ow...@vger.kernel.org [mailto:git-ow...@vger.kernel.org] On Behalf > Of > Junio C Hamano > Sent: Thursday, August 22, 2019 2:01 PM > To: Keller, Jacob E > Cc: git@vger.kernel.org; Jacob Keller > Subject: Re: [PATCH] git-submodule

Re: [PATCH] git-submodule: fix expansion of depth for cmd_update

2019-08-22 Thread Junio C Hamano
Jacob Keller writes: > From: Jacob Keller > > The depth variable already contains "--depth=", so expanding it with an > additional --depth when invoking the update-clone git submodule--helper > is incorrect. > > Signed-off-by: Jacob Keller > --- > > I'm *reasonably* sure this is correct, but I