Merge branch 'jn/do-not-drop-username-when-reading-from-etc-mailname'
authorJunio C Hamano <gitster@pobox.com>
Fri, 1 Feb 2013 20:40:05 +0000 (12:40 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 1 Feb 2013 20:40:05 +0000 (12:40 -0800)
We used to stuff "user@" and then append what we read from
/etc/mailname to come up with a default e-mail ident, but a bug
lost the "user@" part.  This is to fix it.

* jn/do-not-drop-username-when-reading-from-etc-mailname:
  ident: do not drop username when reading from /etc/mailname

1  2 
ident.c

diff --cc ident.c
Simple merge