зеркало из https://github.com/microsoft/git.git
Fixed incremental imports by using the correct "from" command instead of "merge" with git fast-import.
Signed-off-by: Simon Hausmann <hausmann@kde.org>
This commit is contained in:
Родитель
c4cf2d4f87
Коммит
e3d37cf098
|
@ -88,7 +88,7 @@ def commit(details):
|
|||
gitStream.write("EOT\n\n")
|
||||
|
||||
if len(initialParent) > 0:
|
||||
gitStream.write("merge %s\n" % initialParent)
|
||||
gitStream.write("from %s\n" % initialParent)
|
||||
initialParent = ""
|
||||
|
||||
fnum = 0
|
||||
|
|
Загрузка…
Ссылка в новой задаче