dalehenrich / filetree

Monticello repository for directory-based Monticello packages enabling the use of git, svn, etc. for managing Smalltalk source code.
https://github.com/CampSmalltalk/Cypress
MIT License
133 stars 26 forks source link

Map Monticello author names to git author names #147

Closed ThierryGoubier closed 9 years ago

ThierryGoubier commented 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:

ThierryGoubier commented 9 years ago

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.