Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

check user-defined mapping of user names to email addresses #44

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mfriedrich74
Copy link

@mfriedrich74 mfriedrich74 commented Oct 15, 2017

Add optional user name to email xml-file mapping

This allows to specify an XML mapping file, which maps VSS user names to email addresses.
VSS user names in the XML file and in VSS are treated case insensitive (both converted to lowercase).

As sample XML-file:
<emailmap> <map name="user1" email="email1" /> <map name="user2" email="email2@domain" /> </emailmap>
If the XML map element contains no "@", the default email domain will be appended.

For reading XML-files the references System.Xml and System.Xml.Linq were added to the Visual Studio Vss2Git project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant