Closed ThierryGoubier closed 9 years ago
When importing Monticello repositories into Git, commiter and author names do not reflect the original author name in the Monticello package.
A way to map and add author names and emails to git commits should be provided, knowing that:
API to map names to git: add a name and email via MCFileTreeGitRepository class>>#namesAt:put:email:; it will be used as the author name if the MC name matches the key.
When importing Monticello repositories into Git, commiter and author names do not reflect the original author name in the Monticello package.
A way to map and add author names and emails to git commits should be provided, knowing that: