mirror of
https://github.com/frej/fast-export.git
synced 2025-11-08 04:05:39 +01:00
fix incremental imports
This commit is contained in:
@@ -88,7 +88,7 @@ def commit(details):
|
|||||||
gitStream.write("EOT\n\n")
|
gitStream.write("EOT\n\n")
|
||||||
|
|
||||||
if len(initialParent) > 0:
|
if len(initialParent) > 0:
|
||||||
gitStream.write("merge %s\n" % initialParent)
|
gitStream.write("from %s\n" % initialParent)
|
||||||
initialParent = ""
|
initialParent = ""
|
||||||
|
|
||||||
fnum = 0
|
fnum = 0
|
||||||
|
|||||||
Reference in New Issue
Block a user