Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save SergeStinckwich/9d60c627ef820eb4825072f4eee12bd3 to your computer and use it in GitHub Desktop.
Save SergeStinckwich/9d60c627ef820eb4825072f4eee12bd3 to your computer and use it in GitHub Desktop.
mcz to git migration for PolyMath
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