author | Jeff King <peff@peff.net> | |
Wed, 13 Jan 2010 20:17:08 +0000 (15:17 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 14 Jan 2010 17:25:58 +0000 (09:25 -0800) | ||
commit | b706fcfe93262e485976ed2bc648b779cc47981f | |
tree | a853676fafad870d31a5efe800d89c9b32bbab8d | tree | snapshot |
parent | 49ff9a7a02266a1b96e2236bc8f8d95e4b9507dd | commit | diff |
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 <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
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 <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt | diff | blob | history | |
advice.c | diff | blob | history | |
advice.h | diff | blob | history | |
builtin-commit.c | diff | blob | history |