config doc: don't describe *.fetchObjects twice

Refer readers of fetch.fsckObjects and receive.fsckObjects to transfer.fsckObjects instead of repeating the description at each location. I don't think this description of them makes much sense, but for now I'm just moving the existing documentation around. Making it better will be done in a later patch. Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Ævar Arnfjörð Bjarmason committed Jul 27, 2018 at 14:37 UTC 5180dd2e9ffb46eb02ee24439f2cd24a534d2954
1 file changed +10 -8
Documentation/config.txt
+10 -8
@@ -1463,10 +1463,9 @@ fetch.recurseSubmodules::
1463
1464 fetch.fsckObjects::
1465 If it is set to true, git-fetch-pack will check all fetched
1466 - objects. It will abort in the case of a malformed object or a
1467 - broken link. The result of an abort are only dangling objects.
1468 - Defaults to false. If not set, the value of `transfer.fsckObjects`
1469 - is used instead.
1466 + objects. See `transfer.fsckObjects` for what's
1467 + checked. Defaults to false. If not set, the value of
1468 + `transfer.fsckObjects` is used instead.
1469
1470 fetch.unpackLimit::
1471 If the number of objects fetched over the Git native
@@ -2889,10 +2888,9 @@ receive.certNonceSlop::
2888
2889 receive.fsckObjects::
2890 If it is set to true, git-receive-pack will check all received
2892 - objects. It will abort in the case of a malformed object or a
2893 - broken link. The result of an abort are only dangling objects.
2894 - Defaults to false. If not set, the value of `transfer.fsckObjects`
2895 - is used instead.
2891 + objects. See `transfer.fsckObjects` for what's checked.
2892 + Defaults to false. If not set, the value of
2893 + `transfer.fsckObjects` is used instead.
2894
2895 receive.fsck.<msg-id>::
2896 When `receive.fsckObjects` is set to true, errors can be switched
@@ -3389,6 +3387,10 @@ transfer.fsckObjects::
3387 When `fetch.fsckObjects` or `receive.fsckObjects` are
3388 not set, the value of this variable is used instead.
3389 Defaults to false.
3390 ++
3391 +When set, the fetch or receive will abort in the case of a malformed
3392 +object or a broken link. The result of an abort are only dangling
3393 +objects.
3394
3395 transfer.hideRefs::
3396 String(s) `receive-pack` and `upload-pack` use to decide which