From: Simon Hausmann Date: Wed, 21 Mar 2007 10:01:18 +0000 (+0100) Subject: Made --apply-as-patch the default for git-p4 submit as it's significantly faster. X-Git-Url: http://crossforests.com/gitweb?a=commitdiff_plain;h=1932a6ac7c3725aec20574942e5eed9b1e1c5dee;p=python%2Ffast-export.git Made --apply-as-patch the default for git-p4 submit as it's significantly faster. Signed-off-by: Simon Hausmann --- diff --git a/contrib/fast-import/git-p4.py b/contrib/fast-import/git-p4.py index 336c3ea..a075340 100755 --- a/contrib/fast-import/git-p4.py +++ b/contrib/fast-import/git-p4.py @@ -127,7 +127,7 @@ class P4Sync(Command): self.firstTime = True self.origin = "origin" self.master = "" - self.applyAsPatch = False + self.applyAsPatch = True self.logSubstitutions = {} self.logSubstitutions[""] = "%log%"