Made --apply-as-patch the default for git-p4 submit as it's significantly faster.
authorSimon Hausmann <hausmann@kde.org>
Wed, 21 Mar 2007 10:01:18 +0000 (11:01 +0100)
committerSimon Hausmann <hausmann@kde.org>
Wed, 21 Mar 2007 10:01:18 +0000 (11:01 +0100)
Signed-off-by: Simon Hausmann <hausmann@kde.org>
contrib/fast-import/git-p4.py

index 336c3eab526fc5a8e62028fda3106e03ef798b81..a07534058c5af91ac879b16d5021f1150eeb5391 100755 (executable)
@@ -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["<enter description here>"] = "%log%"