Browse Source

Made --apply-as-patch the default for git-p4 submit as it's significantly faster.

Signed-off-by: Simon Hausmann <hausmann@kde.org>
maint
Simon Hausmann 18 years ago
parent
commit
1932a6ac7c
  1. 2
      contrib/fast-import/git-p4.py

2
contrib/fast-import/git-p4.py

@ -127,7 +127,7 @@ class P4Sync(Command): @@ -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%"

Loading…
Cancel
Save