Created
May 7, 2017 16:25
-
-
Save SergeStinckwich/9d60c627ef820eb4825072f4eee12bd3 to your computer and use it in GitHub Desktop.
mcz to git migration for PolyMath
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
migration := GitMigration on: 'PolyMath/PolyMath'. | |
migration cacheAllVersions. | |
migration authors: { | |
'DanielUber' -> #('djuber' '<[email protected]>'). | |
'GuillermoPolito' -> #('guillep' '<[email protected]>'). | |
'HwaJong' -> #('daliot' '<[email protected]>'). | |
'MobiusEng' -> #('mobius-eng' '<[email protected]>'). | |
'NataliaMoskovchuk' -> #('runadrag' '<[email protected]>'). | |
'NataliaTymchuk' -> #('runadrag' '<[email protected]>'). | |
'OlehShyshkin' -> #('ShyshkinOleh' '<[email protected]>'). | |
'OrestKupyn' -> #('Orest Kupyn' '<[email protected]>'). | |
'SergeStinckwich' -> #('Serge Stinckwich' '<[email protected]>'). | |
'StephaneDucasse' -> #('Ducasse' '<[email protected]>'). | |
'WernerKassens' -> #('WernerK' '<[email protected]>'). | |
'YuriyTymchuk' -> #('Yuriy Tymchuk' '<[email protected]>'). | |
'nice' -> #('Nicolas Cellier' '<[email protected] >'). | |
'smalltalkCI' -> #('SmalltalkCI' '<[email protected]>'). | |
'wernerk' -> #('WernerK' '<[email protected]>'). | |
'wernerkassens' -> #('WernerK' '<[email protected]>'). | |
'wk' -> #('WernerK' '<[email protected]>'). | |
}. | |
migration | |
fastImportCodeToDirectory: 'src' | |
initialCommit: '9681803' | |
to: '/Users/stinckwich/Work/importpolymath.txt'. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment