My Various Git Projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98e06de
)
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
diff --git
a/Documentation/git-fsck.txt
b/Documentation/git-fsck.txt
index
e0eae64
..
d72d15b
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
----------