From: Pete Wyckoff Date: Sat, 19 Feb 2011 13:17:56 +0000 (-0500) Subject: git-p4: add missing newline in initial import message X-Git-Tag: v1.7.5-rc0~34^2~9 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=1494fcbb75299eb16cfb9817aea591f3f2dcdfed;p=git.git git-p4: add missing newline in initial import message Signed-off-by: Pete Wyckoff Acked-By: Tor Arvid Lund Signed-off-by: Junio C Hamano --- diff --git a/contrib/fast-import/git-p4 b/contrib/fast-import/git-p4 index 2fefea4de..d2ba21568 100755 --- a/contrib/fast-import/git-p4 +++ b/contrib/fast-import/git-p4 @@ -1429,7 +1429,7 @@ class P4Sync(Command): print "Doing initial import of %s from revision %s into %s" % (' '.join(self.depotPaths), revision, self.branch) details = { "user" : "git perforce import user", "time" : int(time.time()) } - details["desc"] = ("Initial import of %s from the state at revision %s" + details["desc"] = ("Initial import of %s from the state at revision %s\n" % (' '.join(self.depotPaths), revision)) details["change"] = revision newestRevision = 0