Skip to content

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.

2 participants