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: https://git.lorimer.id.au/gitweb.git/diff_plain/1932a6ac7c3725aec20574942e5eed9b1e1c5dee 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 336c3eab52..a07534058c 100755 --- a/contrib/fast-import/git-p4.py +++ b/contrib/fast-import/git-p4.py @@ -127,7 +127,7 @@ def __init__(self): self.firstTime = True self.origin = "origin" self.master = "" - self.applyAsPatch = False + self.applyAsPatch = True self.logSubstitutions = {} self.logSubstitutions[""] = "%log%"