Re: [PATCH v4 2/3] Add user.useConfigOnly boolean for when ident shouldn't be guessed

2016-02-04 Thread Dan Aloni
On Thu, Feb 04, 2016 at 01:53:25PM -0800, Junio C Hamano wrote: >[..] > "by adding a new configuration variable" is a bit weak. Help the > reader by mentioning what it is called and what it does in the same > sentence. > > Perhaps like this? > > -- >8 -- >[..] > Looks good, I'll just take that

Re: [PATCH v4 2/3] Add user.useConfigOnly boolean for when ident shouldn't be guessed

2016-02-04 Thread Junio C Hamano
Dan Aloni writes: > Previously, before 5498c57cdd63, many people did the following: > >git config --global user.email "(none)" > > This was helpful for people with more than one email address, > targeting different email addresses for different clones. > as it barred git from creating commit

[PATCH v4 2/3] Add user.useConfigOnly boolean for when ident shouldn't be guessed

2016-02-04 Thread Dan Aloni
Previously, before 5498c57cdd63, many people did the following: git config --global user.email "(none)" This was helpful for people with more than one email address, targeting different email addresses for different clones. as it barred git from creating commit unless the user.email config was