mirror of
https://github.com/frej/fast-export.git
synced 2025-11-11 21:35:38 +01:00
Ignore weird apple files :)
This commit is contained in:
@@ -329,6 +329,10 @@ def commit(details, files, branch, branchPrefix, parent, merged = ""):
|
|||||||
relPath = path[len(branchPrefix):]
|
relPath = path[len(branchPrefix):]
|
||||||
action = file["action"]
|
action = file["action"]
|
||||||
|
|
||||||
|
if file["type"] == "apple":
|
||||||
|
print "\nfile %s is a strange apple file that forks. Ignoring!" %s path
|
||||||
|
continue
|
||||||
|
|
||||||
if action == "delete":
|
if action == "delete":
|
||||||
gitStream.write("D %s\n" % relPath)
|
gitStream.write("D %s\n" % relPath)
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user