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
Do you need it to be depth 1 with shallow submodules? For a whole load of extra environment variables you can set look at : www.public-inbox.org/git/caflwv1wc5kq5tw1wnwppujithc05drhtzg989uwj6-hmz85...@mail.gmail.com (CURL_VERBOSE and TRACE are commonly recommended) - Original Message