Use an authors file to fill in committer identities.
[invirt/scripts/git-migration.git] / git-migrate
index e6192a5..aac76df 100755 (executable)
@@ -8,6 +8,7 @@ def clonePackage(base, pkg):
     # Use --no-follow-parent because we're going to handle that with
     # grafts.
     subprocess.check_call(['git', 'svn', 'clone', '--no-follow-parent',
     # Use --no-follow-parent because we're going to handle that with
     # grafts.
     subprocess.check_call(['git', 'svn', 'clone', '--no-follow-parent',
+                           '-Aauthors',
                            '--no-metadata', '%s/packages/%s' % (base, pkg)],
                     stdout=subprocess.PIPE)
     
                            '--no-metadata', '%s/packages/%s' % (base, pkg)],
                     stdout=subprocess.PIPE)