Re: [PATCHv4 4/4] user.warnautomatic: add config to control if the committer ident is shown
From: Junio C Hamano <hidden> Date: 2016-06-15 22:44:34
Santi Béjar [off-list ref] writes:
Signed-off-by: Santi Béjar <redacted>
By setting this new variable the user can squelch undesired noise the
previous change introduces, but the user can just set user.name and
user.email to desired values to squelch it anyway.
So either this new variable is superfluous, or the previous change is too
susceptible to produce false positives that need squelching with such a
variable, or both. In any case, not a very good sign.