1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-21 17:26:09 +02:00

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:
Simon Hausmann 2007-03-21 11:01:18 +01:00
parent 5d0b6042d4
commit 1932a6ac7c

View File

@ -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["<enter description here>"] = "%log%"