From: Matt Kraai Date: Fri, 6 Jul 2007 00:29:41 +0000 (-0700) Subject: Prefer EMAIL to username@hostname. X-Git-Tag: v1.5.3-rc1~67 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/46f74f007b86452c4b4135f5145f94eefc994ea2?hp=46f74f007b86452c4b4135f5145f94eefc994ea2 Prefer EMAIL to username@hostname. The environment variable $EMAIL gives a better default of user's preferred e-mail address than the hardcoded "username@hostname", as it is understood by many existing programs. We still honor GIT_*_EMAIL environment variables and user.email configuration variable give them higher precedence, so that the user can override $EMAIL or "username@hostname", as they are likely to be more specific to the context of working on a particular project. Signed-off-by: Matt Kraai Signed-off-by: Junio C Hamano ---