Re: "git clone --shallow-exclude ...", fatal: the remote end hung up unexpectedly

2019-03-16 Thread Robert P. J. Day
On Sat, 16 Mar 2019, Duy Nguyen wrote: > On Fri, Mar 15, 2019 at 9:31 PM Robert P. J. Day > wrote: > > also, i think "man git-clone" could really use a set of examples for > > shallow cloning. i'd offer to write it but i'm still figuring it out. > > Cool. I'll give you a quick introduction to

Re: "git clone --shallow-exclude ...", fatal: the remote end hung up unexpectedly

2019-03-15 Thread Duy Nguyen
On Fri, Mar 15, 2019 at 9:31 PM Robert P. J. Day wrote: > also, i think "man git-clone" could really use a set of examples for > shallow cloning. i'd offer to write it but i'm still figuring it out. Cool. I'll give you a quick introduction to help with those examples :D Side note: there's also

Re: "git clone --shallow-exclude ...", fatal: the remote end hung up unexpectedly

2019-03-15 Thread Robert P. J. Day
On Fri, 15 Mar 2019, Duy Nguyen wrote: > On Fri, Mar 15, 2019 at 8:19 PM Robert P. J. Day > wrote: > > this is the first time i've played with this feature, so i'm > > still working my way through the man page, trying to figure out > > the various valid combinations for shallow cloning. > > >

Re: "git clone --shallow-exclude ...", fatal: the remote end hung up unexpectedly

2019-03-15 Thread Duy Nguyen
On Fri, Mar 15, 2019 at 8:19 PM Robert P. J. Day wrote: > this is the first time i've played with this feature, so i'm still > working my way through the man page, trying to figure out the various > valid combinations for shallow cloning. > > i notice that the SYNOPSIS for "man git-clone" does

Re: "git clone --shallow-exclude ...", fatal: the remote end hung up unexpectedly

2019-03-15 Thread Robert P. J. Day
On Fri, 15 Mar 2019, Duy Nguyen wrote: > On Fri, Mar 15, 2019 at 7:17 PM Robert P. J. Day > wrote: > > > > > > probably doing something idiotic but i'm enumerating variations of > > shallow cloning, and tried the following: > > > > $ git clone --shallow-exclude=master https://github.com/django

Re: "git clone --shallow-exclude ...", fatal: the remote end hung up unexpectedly

2019-03-15 Thread Duy Nguyen
On Fri, Mar 15, 2019 at 7:17 PM Robert P. J. Day wrote: > > > probably doing something idiotic but i'm enumerating variations of > shallow cloning, and tried the following: > > $ git clone --shallow-exclude=master https://github.com/django/django.git > Cloning into 'django'... > fatal: the remot