mirror of
https://github.com/git/git.git
synced 2024-11-24 02:17:02 +08:00
Fix depot-paths encoding for multi-path imports (don't split up //depot/path/foo)
Signed-off-by: Simon Hausmann <simon@lst.de>
This commit is contained in:
parent
6e5295c4d3
commit
86fda6a327
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user