Set git fast-import marks for every imported change for future use.

Signed-off-by: Simon Hausmann <simon@lst.de>
This commit is contained in:
Simon Hausmann 2007-02-12 21:56:46 +01:00
parent 53b03239aa
commit 77083daac7

View file

@ -154,6 +154,7 @@ def commit(details, files, branch, branchPrefix):
author = details["user"]
gitStream.write("commit %s\n" % branch)
gitStream.write("mark :%s\n" % details["change"])
committer = ""
if author in users:
committer = "%s %s %s" % (users[author], epoch, tz)