Re: [git-users] Help needed, doing a clone --depth

2016-09-05 Thread Philip Oakley
see in line - Original Message - From: "Michael" <keybou...@gmail.com> To: <git-users@googlegroups.com> Sent: Sunday, September 04, 2016 11:57 PM Subject: Re: [git-users] Help needed, doing a clone --depth Ok, with debugging info. Can anyone tell me what

Re: [git-users] Help needed, doing a clone --depth

2016-09-04 Thread Martin Møller Skarbiniks Pedersen
On 4 September 2016 at 18:18, Michael wrote: > git clone --verbose --depth 1 --shallow-submodules git:// > git.ffmpeg.org/rtmpdump > It also fails for me without any good reason. However the whole repository it only 1.7MB Regards Martin -- Til uvedkommende, der læser

Re: [git-users] Help needed, doing a clone --depth

2016-09-04 Thread Michael
Ok, with debugging info. Can anyone tell me what I'm doing wrong / what will fix this? keybounceMBP:git michael$ GIT_TRACE=2 GIT_CURL_VERBOSE=2 GIT_TRACE_PERFORMANCE=2 GIT_TRACE_PACK_ACCESS=2 GIT_TRACE_PACKET=2 GIT_TRACE_PACKFILE=2 GIT_TRACE_SETUP=2 GIT_TRACE_SHALLOW=2 git clone --verbose

Re: [git-users] Help needed, doing a clone --depth

2016-09-04 Thread Michael
On 2016-09-04, at 3:43 PM, Philip Oakley wrote: > Do you need it to be depth 1 with shallow submodules? I only want the current head, for compiling. I don't need any of the history. I won't be contributing anything. > > For a whole load of extra environment variables

Re: [git-users] Help needed, doing a clone --depth

2016-09-04 Thread Philip Oakley
- From: "Michael" <keybou...@gmail.com> To: <git-users@googlegroups.com> Sent: Sunday, September 04, 2016 5:18 PM Subject: [git-users] Help needed, doing a clone --depth I am trying to check out the current rtmpdump, so I can compile the head (the 2.4 release is ov

[git-users] Help needed, doing a clone --depth

2016-09-04 Thread Michael
I am trying to check out the current rtmpdump, so I can compile the head (the 2.4 release is over a year old and does not work properly with youtube-dl). Here's what happened: keybounceMBP:git michael$ git clone --verbose --depth 1 --shallow-submodules git://git.ffmpeg.org/rtmpdump Cloning