Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Fix "compilation" :)
author
Simon Hausmann
<hausmann@kde.org>
Sun, 1 Apr 2007 11:39:39 +0000
(13:39 +0200)
committer
Simon Hausmann
<hausmann@kde.org>
Sun, 1 Apr 2007 11:39:39 +0000
(13:39 +0200)
Signed-off-by: Simon Hausmann <hausmann@kde.org>
contrib/fast-import/git-p4
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
c9b50e6
)
diff --git
a/contrib/fast-import/git-p4
b/contrib/fast-import/git-p4
index 59c3edae1900c2e0823cf2a9eadd4fc7870b6743..04433373596e9eddfaced5f4da0aa3309deed4db 100755
(executable)
--- a/
contrib/fast-import/git-p4
+++ b/
contrib/fast-import/git-p4
@@
-416,7
+416,7
@@
class GitSync(Command):
optparse.make_option("--changesfile", dest="changesFile"),
optparse.make_option("--silent", dest="silent", action="store_true"),
optparse.make_option("--known-branches", dest="knownBranches"),
optparse.make_option("--changesfile", dest="changesFile"),
optparse.make_option("--silent", dest="silent", action="store_true"),
optparse.make_option("--known-branches", dest="knownBranches"),
- optparse.make_option("--
cache", dest="do
Cache", action="store_true"),
+ optparse.make_option("--
data-cache", dest="data
Cache", action="store_true"),
optparse.make_option("--command-cache", dest="commandCache", action="store_true")
]
self.description = """Imports from Perforce into a git repository.\n
optparse.make_option("--command-cache", dest="commandCache", action="store_true")
]
self.description = """Imports from Perforce into a git repository.\n
@@
-500,7
+500,7
@@
class GitSync(Command):
if knownBranch:
continue
if knownBranch:
continue
- for branch in knownBranches:
+ for branch in
self.
knownBranches:
#if relativePath.startswith(branch):
if self.isSubPathOf(relativePath, branch):
if len(branches) == 0:
#if relativePath.startswith(branch):
if self.isSubPathOf(relativePath, branch):
if len(branches) == 0: