diff --git a/contrib/fast-import/git-p4 b/contrib/fast-import/git-p4 index d1512e0acf7015533bd55e821f9a663285fa4930..e7c48144e62a0829a5f817c5debaee28516b351d 100755 --- a/contrib/fast-import/git-p4 +++ b/contrib/fast-import/git-p4 @@ -1037,7 +1037,7 @@ class P4Sync(Command): if includeFile: filesForCommit.append(f) - if f['action'] not in ('delete', 'purge'): + if f['action'] not in ('delete', 'move/delete', 'purge'): filesToRead.append(f) else: filesToDelete.append(f)