]> granicus.if.org Git - git/commit
fetch: fix extensions.partialclone name in error message
authorChristian Couder <christian.couder@gmail.com>
Sun, 13 Jan 2019 08:52:19 +0000 (09:52 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 14 Jan 2019 18:49:09 +0000 (10:49 -0800)
commite01378753d42de16e03dc378c9848b22dfa1dd4f
treeec3215ad9d0769936d14cd8654fcd9fd0b9c90aa
parent268fbcd172cdb306e8a3e7143cc16677c963d6cd
fetch: fix extensions.partialclone name in error message

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 length.

Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/fetch.c