Re: Feature Request git clone shallow-include

2019-03-29 Thread Joe Enzminger
Duy - Any updates on this feature request? Joe On Thu, Feb 21, 2019 at 7:06 AM Duy Nguyen wrote: > > On Thu, Feb 21, 2019 at 1:07 AM Joe Enzminger > wrote: > > > > That is correct. What you suggest is actually what I tried (using > > sha-1 syntax). For my pu

Re: Feature Request git clone shallow-include

2019-02-20 Thread Joe Enzminger
e On Tue, Feb 19, 2019 at 7:22 PM Duy Nguyen wrote: > > On Wed, Feb 20, 2019 at 7:07 AM Joe Enzminger > wrote: > > > > Currently, git clone supports shallow-exclude=. The client > > will clone up to, but not including, the commit with the tag. > > > >

Feature Request git clone shallow-include

2019-02-19 Thread Joe Enzminger
Currently, git clone supports shallow-exclude=. The client will clone up to, but not including, the commit with the tag. It would be useful to have the ability to include the commit with the tag. The suggestion would be to add a "shallow-include" options to clone to support this behavior. I hav