projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d0b604
)
Made --apply-as-patch the default for git-p4 submit as it's significantly faster.
author
Simon Hausmann
<hausmann@kde.org>
Wed, 21 Mar 2007 10:01:18 +0000
(11:01 +0100)
committer
Simon 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
patch
|
blob
|
history
diff --git
a/contrib/fast-import/git-p4.py
b/contrib/fast-import/git-p4.py
index 336c3eab526fc5a8e62028fda3106e03ef798b81..a07534058c5af91ac879b16d5021f1150eeb5391 100755
(executable)
--- a/
contrib/fast-import/git-p4.py
+++ b/
contrib/fast-import/git-p4.py
@@
-127,7
+127,7
@@
class P4Sync(Command):
self.firstTime = True
self.origin = "origin"
self.master = ""
- self.applyAsPatch =
Fals
e
+ self.applyAsPatch =
Tru
e
self.logSubstitutions = {}
self.logSubstitutions["<enter description here>"] = "%log%"