From: Ævar Arnfjörð Bjarmason Date: Fri, 27 Jul 2018 14:37:18 +0000 (+0000) Subject: fsck: test & document {fetch,receive}.fsck.* config fallback X-Git-Tag: v2.19.0-rc0~56^2~2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/d786da1cd9c43b6747c78811a4b6ab2028dfaf50?ds=inline;hp=d786da1cd9c43b6747c78811a4b6ab2028dfaf50 fsck: test & document {fetch,receive}.fsck.* config fallback Test and document that the {fetch,receive}.fsck.* family of variables doesn't fall back on the corresponding .fsck.* variables. This was alluded to in the existing documentation by saying that "receive" looks at receive.fsck.* and "fsck" looks at fsck.* etc., but it wasn't explicitly stated that there was no fallback, and if you'd e.g. like to configure the skipList you need to do that for all three. Signed-off-by: Ævar Arnfjörð Bjarmason Signed-off-by: Junio C Hamano ---