get_fallback_email() now uses the EMAIL environmental variable (if set).
authorW. Trevor King <wking@drexel.edu>
Fri, 15 Apr 2011 00:44:02 +0000 (20:44 -0400)
committerW. Trevor King <wking@drexel.edu>
Fri, 15 Apr 2011 00:44:02 +0000 (20:44 -0400)
commitb09cfb0cfecfb683e33490908b5ec59bed530938
tree90b72cf2b36b593dec0837e23a884fa8c56d9d57
parent28b2fb89784f7a1f2dd61a4d157f6c511c5587fe
get_fallback_email() now uses the EMAIL environmental variable (if set).

This patch is based on Julien Muchembled's suggestions, which are in
turn based on the related Git code in git.git/ident.c.
libbe/ui/util/user.py