Re: [PATCH] fetch: fix extensions.partialclone name in error message

2019-01-13 Thread Eric Sunshine
On Sun, Jan 13, 2019 at 3:52 AM Christian Couder wrote: > There is "extensions.partialclone" and "core.partialCloneFilter", but > not "core.partialclone". Only "extensions.partialclone" is meant to > contain a remote name. > > While at it, let's wrap the relevant code lines to keep them at a > rea

[PATCH] fetch: fix extensions.partialclone name in error message

2019-01-13 Thread Christian Couder
There is "extensions.partialclone" and "core.partialCloneFilter", but not "core.partialclone". Only "extensions.partialclone" is meant to contain a remote name. While at it, let's wrap the relevant code lines to keep them at a reasonable lenght. Signed-off-by: Christian Couder --- builtin/fetch