Re: [PATCHv2] config: document blame configuration

2017-11-02 Thread Stefan Beller
On Thu, Nov 2, 2017 at 6:26 PM, SZEDER Gábor wrote: > On Thu, Nov 2, 2017 at 7:10 PM, Stefan Beller wrote: > >> +blame.blankBoundary:: >> + Show blank SHA-1 for boundary commits in linkgit:git-blame[1]. > > This is still SHA-1 instead of object id

Re: [PATCHv2] config: document blame configuration

2017-11-02 Thread SZEDER Gábor
On Thu, Nov 2, 2017 at 7:10 PM, Stefan Beller wrote: > +blame.blankBoundary:: > + Show blank SHA-1 for boundary commits in linkgit:git-blame[1]. This is still SHA-1 instead of object id (or perhaps "commit object name" would be even better). Not sure whether oversight

[PATCHv2] config: document blame configuration

2017-11-02 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 --- * correct option to blame.showRoot * camelCased other options * use