summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/fast-import/p4-fast-export.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/fast-import/p4-fast-export.py b/contrib/fast-import/p4-fast-export.py
index 5838ca3c68..488533b07e 100755
--- a/contrib/fast-import/p4-fast-export.py
+++ b/contrib/fast-import/p4-fast-export.py
@@ -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)