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-Tag: v1.5.3-rc0~65^2^2~163 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1932a6ac7c3725aec20574942e5eed9b1e1c5dee;p=git.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 336c3eab5..a07534058 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%"