Documentation/git-fsck.txt: include fsck.* config variables
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>
SZEDER Gábor committed
Jul 29, 2019 at 11:59 UTC
d61e6ce1dda7f4b11601a0de549feefbcec55779
1 file changed
+5
Documentation/git-fsck.txt
+5
@@ -104,6 +104,11 @@ care about this output and want to speed it up further.
104
progress status even if the standard error stream is not
105
directed to a terminal.
106
107
+CONFIGURATION
108
+-------------
109
+
110
+include::config/fsck.txt[]
111
+
112
DISCUSSION
113
----------
114