Re: [PATCH v2] Doc: Bundle file usage

2019-10-16 Thread Junio C Hamano
Jeff King writes: > Maybe: > > 'git fetch', 'git pull', and 'git clone' > > ? Given the repetition below, though: ... including this one, I think you covered everything I wanted to say on the patch already. Thanks.

Re: [PATCH v2] Doc: Bundle file usage

2019-10-16 Thread Jeff King
On Wed, Oct 16, 2019 at 10:57:37AM +0100, Philip Oakley wrote: > From: Philip Oakley > > Git URLs can accept bundle files for fetch, pull and clone, include > in that section. Include git clone in the bundle usage description. > Correct the quoting of . > Detail the options for cloning a comple

Re: [PATCH v2] Doc: Bundle file usage

2019-10-16 Thread Philip Oakley
On 16/10/2019 10:57, Philip Oakley wrote: From: Philip Oakley Oops - the From: line still has my old email address. Is a resend preferred, or can it be fixed locally? P. Git URLs can accept bundle files for fetch, pull and clone, include in that section. Include git clone in the bundle usage

[PATCH v2] Doc: Bundle file usage

2019-10-16 Thread Philip Oakley
From: Philip Oakley Git URLs can accept bundle files for fetch, pull and clone, include in that section. Include git clone in the bundle usage description. Correct the quoting of . Detail the options for cloning a complete repo. Signed-off-by: Philip Oakley --- This takes up the advice from p