projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e5295c
)
Fix depot-paths encoding for multi-path imports (don't split up //depot/path/foo)
author
Simon Hausmann
<simon@lst.de>
Mon, 11 Jun 2007 06:54:45 +0000
(08:54 +0200)
committer
Simon Hausmann
<simon@lst.de>
Mon, 11 Jun 2007 06:54:45 +0000
(08:54 +0200)
Signed-off-by: Simon Hausmann <simon@lst.de>
contrib/fast-import/git-p4
patch
|
blob
|
history
diff --git
a/contrib/fast-import/git-p4
b/contrib/fast-import/git-p4
index 551573afc59245631668d923d98c75acad0124e1..815d8bbb5d73ff79072602457c776b654e97a11d 100755
(executable)
--- a/
contrib/fast-import/git-p4
+++ b/
contrib/fast-import/git-p4
@@
-1312,7
+1312,7
@@
class P4Sync(Command):
parent = self.initialParents[branch]
del self.initialParents[branch]
- self.commit(description, filesForCommit, branch,
branchPrefix
, parent)
+ self.commit(description, filesForCommit, branch,
[branchPrefix]
, parent)
else:
files = self.extractFilesFromCommit(description)
self.commit(description, files, self.branch, self.depotPaths,