aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorPete Wyckoff <pw@padd.com>2011-02-19 08:17:56 -0500
committerJunio C Hamano <gitster@pobox.com>2011-02-21 09:51:48 -0800
commit1494fcbb75299eb16cfb9817aea591f3f2dcdfed (patch)
tree75df8f0db7e0bdef9d66e59031a3008997c89dd3 /contrib
parent68b28593899d528d4b59e7eb07cc37b85012376a (diff)
downloadgit-1494fcbb75299eb16cfb9817aea591f3f2dcdfed.tar.gz
git-1494fcbb75299eb16cfb9817aea591f3f2dcdfed.tar.xz
git-p4: add missing newline in initial import message
Signed-off-by: Pete Wyckoff <pw@padd.com> Acked-By: Tor Arvid Lund <torarvid@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/fast-import/git-p42
1 files changed, 1 insertions, 1 deletions
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