From: SZEDER Gábor Date: Mon, 29 Jul 2019 09:59:14 +0000 (+0200) Subject: Documentation/git-fsck.txt: include fsck.* config variables X-Git-Tag: v2.23.0-rc1~1^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/d61e6ce1dda7f4b11601a0de549feefbcec55779?ds=inline Documentation/git-fsck.txt: include fsck.* config variables The 'fsck.skipList' and 'fsck.' config variables might be easier to discover when they are documented in 'git fsck's man page. Signed-off-by: SZEDER Gábor Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-fsck.txt b/Documentation/git-fsck.txt index e0eae642c1..d72d15be5b 100644 --- a/Documentation/git-fsck.txt +++ b/Documentation/git-fsck.txt @@ -104,6 +104,11 @@ care about this output and want to speed it up further. progress status even if the standard error stream is not directed to a terminal. +CONFIGURATION +------------- + +include::config/fsck.txt[] + DISCUSSION ----------