From: Jeff King Date: Wed, 13 Jan 2010 20:17:08 +0000 (-0500) Subject: commit: allow suppression of implicit identity advice X-Git-Tag: v1.7.0-rc0~72^2~2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/b706fcfe93262e485976ed2bc648b779cc47981f?hp=b706fcfe93262e485976ed2bc648b779cc47981f commit: allow suppression of implicit identity advice We now nag the user with a giant warning when their identity was pulled from the username, hostname, and gecos information, in case it is not correct. Most users will suppress this by simply setting up their information correctly. However, there may be some users who consciously want to use that information, because having the value change from host to host contains useful information. These users can now set advice.implicitidentity to false to suppress the message. Signed-off-by: Jeff King Signed-off-by: Junio C Hamano ---