Use an authors file to fill in committer identities.
authorEvan Broder <broder@mit.edu>
Mon, 22 Dec 2008 17:41:40 +0000 (12:41 -0500)
committerEvan Broder <broder@mit.edu>
Mon, 22 Dec 2008 17:41:40 +0000 (12:41 -0500)
svn path=/trunk/scripts/git-migration/; revision=1871

authors [new file with mode: 0644]
git-migrate

diff --git a/authors b/authors
new file mode 100644 (file)
index 0000000..70f280e
--- /dev/null
+++ b/authors
@@ -0,0 +1,13 @@
+andersk = Anders Kaseorg <andersk@mit.edu>
+broder = Evan Broder <broder@mit.edu>
+ecprice = Eric Price <ecprice@mit.edu>
+geofft = Geoffrey Thomas <geofft@mit.edu>
+hartmans = Sam Hartman <hartmans@mit.edu>
+mitchb = Mitchell Berger <mitchb@mit.edu>
+neboat = Tao Ben Schardl <neboat@mit.edu>
+nelhage = Nelson Elhage <nelhage@mit.edu>
+price = Greg Price <price@mit.edu>
+quentin = Quentin Smith <quentin@mit.edu>
+tabbott = Tim Abbott <tabbott@mit.edu>
+y_z = Yang Zhang <y_z@mit.edu>
+zev = Zev Benjamin <zev@mit.edu>
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',
+                           '-Aauthors',
                            '--no-metadata', '%s/packages/%s' % (base, pkg)],
                     stdout=subprocess.PIPE)