Make git-svn a little less noisy.
[invirt/scripts/git-migration.git] / git-migrate
index e6192a5..9910ae5 100755 (executable)
@@ -8,6 +8,8 @@ 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',
+                           '-q',
                            '--no-metadata', '%s/packages/%s' % (base, pkg)],
                     stdout=subprocess.PIPE)