Skip to content

Conversation

@orta
Copy link
Contributor

@orta orta commented Feb 19, 2020

This file is now entirely auto-generated. I made a quick script with all the old names in to verify they are all in there from the file before I automated it afterwards.

Personally, I'm open to killing the mailmap file and making this script generate this file entirely - but for now this is good enough, we'll see where that conversation goes in teams.

}


const allAuthors = deduplicate([...knownAuthors, ...unknownAuthors].map(a => a.split("<")[0])).sort(sortAuthors);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you split by < and pipe to a file, does that mean you'll end up with trailing whitespace on certain lines?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll trim to make sure anyway, though this isn't pipeable because it's part of a longer list command

@orta
Copy link
Contributor Author

orta commented Feb 27, 2020

This actually greened on Travis, so I'm merging 👍

@orta orta merged commit e804dc8 into microsoft:master Feb 27, 2020
@microsoft microsoft locked as resolved and limited conversation to collaborators Oct 21, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants