Re: [PATCH] Documentation/git-fsck.txt: include fsck.* config variables

2019-07-29 Thread Junio C Hamano
Jeff King writes: > On Mon, Jul 29, 2019 at 08:48:28AM -0700, Junio C Hamano wrote: > >> > Before this include let's add: >> > >> > The below documentation is the same as what’s found in >> > git-config(1): >> >> I actually do not think we would want to do that. I am all for the >> kind

Re: [PATCH] Documentation/git-fsck.txt: include fsck.* config variables

2019-07-29 Thread Jeff King
On Mon, Jul 29, 2019 at 08:48:28AM -0700, Junio C Hamano wrote: > > Before this include let's add: > > > > The below documentation is the same as what’s found in > > git-config(1): > > I actually do not think we would want to do that. I am all for the > kind of 'include' proposed by this

Re: [PATCH] Documentation/git-fsck.txt: include fsck.* config variables

2019-07-29 Thread Junio C Hamano
Ævar Arnfjörð Bjarmason writes: > On Mon, Jul 29 2019, SZEDER Gábor wrote: > >> The 'fsck.skipList' and 'fsck.' config variables might be >> easier to discover when they are documented in 'git fsck's man page. >> >> Signed-off-by: SZEDER Gábor >> --- >> Documentation/git-fsck.txt | 5 + >>

Re: [PATCH] Documentation/git-fsck.txt: include fsck.* config variables

2019-07-29 Thread Ævar Arnfjörð Bjarmason
On Mon, Jul 29 2019, SZEDER Gábor wrote: > The 'fsck.skipList' and 'fsck.' config variables might be > easier to discover when they are documented in 'git fsck's man page. > > Signed-off-by: SZEDER Gábor > --- > Documentation/git-fsck.txt | 5 + > 1 file changed, 5 insertions(+) > > diff -

[PATCH] Documentation/git-fsck.txt: include fsck.* config variables

2019-07-29 Thread SZEDER Gábor
The 'fsck.skipList' and 'fsck.' config variables might be easier to discover when they are documented in 'git fsck's man page. Signed-off-by: SZEDER Gábor --- Documentation/git-fsck.txt | 5 + 1 file changed, 5 insertions(+) diff --git a/Documentation/git-fsck.txt b/Documentation/git-fsck.t