Made --apply-as-patch the default for git-p4 submit as it's significantly faster.
Signed-off-by: Simon Hausmann <hausmann@kde.org>
This commit is contained in:
parent
5d0b6042d4
commit
1932a6ac7c
@ -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…
Reference in New Issue
Block a user