From: "Rodrigo Narvaez Leuridan" <[email protected]>
Hi, I was looking around the documentation trying to find for what and
how
does git uses my email address, and how it can be helpful for me this
feature.
I am reading the git documentation, for setup is recommendable to set
a
user.email, I know that this email is used as part of the description
of
the committer but, is there another use for the email? May I be able
to send
notifications or make my own emailList by Git? Maybe it will be
better not
to set this email configuration?
The real key feature about an email address is that it must be globally
unique (on the internet). Hence it is a unique identifier for the author
of a commit, and likewise for the person responsible for committing it
to the repository (often different in heirachical systems with patch
based work flows).
Thus "John Doe <[email protected]>" isn't just any old
John Doe.
There is a .mailmap facility to allow for mapping old email address to
new email addresses as well.
--
Philip
--
You received this message because you are subscribed to the Google Groups "Git for
human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.