projects
/
invirt/scripts/git-migration.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Make git-svn a little less noisy.
[invirt/scripts/git-migration.git]
/
git-migrate
diff --git
a/git-migrate
b/git-migrate
index
911044e
..
9910ae5
100755
(executable)
--- a/
git-migrate
+++ b/
git-migrate
@@
-7,7
+7,10
@@
import shutil
def clonePackage(base, pkg):
# Use --no-follow-parent because we're going to handle that with
# grafts.
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', '%s/packages/%s' % (base, pkg)],
+ subprocess.check_call(['git', 'svn', 'clone', '--no-follow-parent',
+ '-Aauthors',
+ '-q',
+ '--no-metadata', '%s/packages/%s' % (base, pkg)],
stdout=subprocess.PIPE)
# Then make the repository bare, because git-svn can't do this
stdout=subprocess.PIPE)
# Then make the repository bare, because git-svn can't do this