On Mon, Jul 29 2019, SZEDER Gábor wrote: > 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@xxxxxxxxx> > --- > Documentation/git-fsck.txt | 5 +++++ > 1 file changed, 5 insertions(+) > > 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[] Before this include let's add: The below documentation is the same as what’s found in git-config(1): As I did for a similar change in git-gc in b6a8d09f6d ("gc docs: include the "gc.*" section from "config" in "gc"", 2019-04-07). Sometimes we repeat ourselves, it helps the reader to know this isn't some slightly different prose than what's in git-config. > + > DISCUSSION > ----------