aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-fsck.txt
diff options
context:
space:
mode:
authorSZEDER Gábor <szeder.dev@gmail.com>2019-07-29 11:59:14 +0200
committerJunio C Hamano <gitster@pobox.com>2019-07-29 10:41:18 -0700
commitd61e6ce1dda7f4b11601a0de549feefbcec55779 (patch)
treee862a3904e857882c3436c97eb6075575d94da0c /Documentation/git-fsck.txt
parent98e06ded345450b3b07099d3ed1abf58fc95f5b6 (diff)
downloadgit-d61e6ce1dda7f4b11601a0de549feefbcec55779.tar.gz
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>
Diffstat (limited to 'Documentation/git-fsck.txt')
-rw-r--r--Documentation/git-fsck.txt5
1 files changed, 5 insertions, 0 deletions
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
----------