Re: [PATCH v4] Doc: Bundle file usage

2019-10-20 Thread Philip Oakley
On 20/10/2019 02:10, Jeff King wrote: On Fri, Oct 18, 2019 at 09:30:52PM +0100, Philip Oakley wrote: +`git clone` can use any bundle created without negative refspecs +(e.g., `new`, but not `old..new`). +If you want to match `git clone --mirror`, which would clone other +refs such as `refs/remo

Re: [PATCH v4] Doc: Bundle file usage

2019-10-19 Thread Jeff King
On Fri, Oct 18, 2019 at 09:30:52PM +0100, Philip Oakley wrote: > +`git clone` can use any bundle created without negative refspecs > +(e.g., `new`, but not `old..new`). > +If you want to match `git clone --mirror`, which would clone other > +refs such as `refs/remotes/*`, use `--all`. > +If you wa

[PATCH v4] Doc: Bundle file usage

2019-10-18 Thread Philip Oakley
Improve the command description, including paragraph spacing. 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 Oa