]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Documentation/git-fsck.txt: include fsck.* config variables
authorSZEDER Gábor <szeder.dev@gmail.com>
Mon, 29 Jul 2019 09:59:14 +0000 (11:59 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 29 Jul 2019 17:41:18 +0000 (10:41 -0700)
The 'fsck.skipList' and 'fsck.<msg-id>' config variables might be
easier to discover when they are documented in 'git fsck's man page.

Signed-off-by: SZEDER Gábor <szeder.dev@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-fsck.txt

index e0eae642c10f75cff57c0a9d07420e3218235423..d72d15be5babb2a108cf37e8ae396ae587baf1cf 100644 (file)
@@ -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
 ----------