projects
/
invirt/scripts/git-migration.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f07a12
)
Make git-svn a little less noisy.
author
Evan Broder
<broder@mit.edu>
Wed, 24 Dec 2008 04:41:38 +0000
(23:41 -0500)
committer
Evan Broder
<broder@mit.edu>
Wed, 24 Dec 2008 04:41:38 +0000
(23:41 -0500)
svn path=/trunk/scripts/git-migration/; revision=1873
git-migrate
patch
|
blob
|
history
diff --git
a/git-migrate
b/git-migrate
index
aac76df
..
9910ae5
100755
(executable)
--- a/
git-migrate
+++ b/
git-migrate
@@
-9,6
+9,7
@@
def clonePackage(base, pkg):
# grafts.
subprocess.check_call(['git', 'svn', 'clone', '--no-follow-parent',
'-Aauthors',
+ '-q',
'--no-metadata', '%s/packages/%s' % (base, pkg)],
stdout=subprocess.PIPE)