Re: [PATCH] config: document blame configuration

2017-11-05 Thread Junio C Hamano
Stefan Beller writes: > The options are currently only referenced by the git-blame man page, > also explain them in git-config, which is the canonical page to > contain all config options. > > Signed-off-by: Stefan Beller > --- Excellent. Will queue. Thanks.

[PATCH] config: document blame configuration

2017-11-03 Thread Stefan Beller
The options are currently only referenced by the git-blame man page, also explain them in git-config, which is the canonical page to contain all config options. Signed-off-by: Stefan Beller --- Now with 'commit object name'. Thanks! Documentation/config.txt | 17 + 1 file ch

Re: [PATCH] config: document blame configuration

2017-11-01 Thread SZEDER Gábor
> The options are currently only referenced by the git-blame man page, > also explain them in git-config, which is the canonical page to > contain all config options. Good idea. > Signed-off-by: Stefan Beller > --- > Documentation/config.txt | 17 + > 1 file changed, 17 insertio

[PATCH] config: document blame configuration

2017-11-01 Thread Stefan Beller
The options are currently only referenced by the git-blame man page, also explain them in git-config, which is the canonical page to contain all config options. Signed-off-by: Stefan Beller --- Documentation/config.txt | 17 + 1 file changed, 17 insertions(+) diff --git a/Docume