Cross Forests
/
projects
/
python
/
fast-export.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f27907b
)
I'm feeling adventurous :), make --apply-as-patch the new default because it's sooo...
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)
git-p4.py
patch
|
blob
|
history
diff --git
a/git-p4.py
b/git-p4.py
index
336c3ea
..
a075340
100755
(executable)
--- a/
git-p4.py
+++ b/
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%"