Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Documentation/git-fsck.txt: include fsck.* config variables
author
SZEDER Gábor
<szeder.dev@gmail.com>
Mon, 29 Jul 2019 09:59:14 +0000
(11:59 +0200)
committer
Junio 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
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
98e06de
)
diff --git
a/Documentation/git-fsck.txt
b/Documentation/git-fsck.txt
index e0eae642c10f75cff57c0a9d07420e3218235423..d72d15be5babb2a108cf37e8ae396ae587baf1cf 100644
(file)
--- 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
----------