Code

Fall back to $EMAIL for missing GIT_AUTHOR_EMAIL and GIT_COMMITTER_EMAIL
authorJosh Triplett <josh@freedesktop.org>
Sun, 29 Apr 2007 01:40:28 +0000 (18:40 -0700)
committerJunio C Hamano <junkio@cox.net>
Sun, 29 Apr 2007 09:05:06 +0000 (02:05 -0700)
commit28a94f885a735e7474357698ec384de24d526620
treeb802381981a49f53dbc332965623b44984b91a76
parent25dc5e2995cc60c59a29b07963f71a1f7608b52f
Fall back to $EMAIL for missing GIT_AUTHOR_EMAIL and GIT_COMMITTER_EMAIL

Some other programs get the user's email address from $EMAIL, so fall back to
that if we don't have a Git-specific email address.

Signed-off-by: Josh Triplett <josh@freedesktop.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/config.txt
Documentation/git-commit-tree.txt
Documentation/git.txt
ident.c
t/test-lib.sh