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:
@ -154,6 +154,7 @@ def commit(details, files, branch, branchPrefix):
|
|||||||
author = details["user"]
|
author = details["user"]
|
||||||
|
|
||||||
gitStream.write("commit %s\n" % branch)
|
gitStream.write("commit %s\n" % branch)
|
||||||
|
gitStream.write("mark :%s\n" % details["change"])
|
||||||
committer = ""
|
committer = ""
|
||||||
if author in users:
|
if author in users:
|
||||||
committer = "%s %s %s" % (users[author], epoch, tz)
|
committer = "%s %s %s" % (users[author], epoch, tz)
|
||||||
|
Reference in New Issue
Block a user