On Sat, Feb 5, 2011 at 11:51 PM, Pete Wyckoff <pw@xxxxxxxx> wrote: > The commit message looks wrong without the newline. > > Signed-off-by: Pete Wyckoff <pw@xxxxxxxx> Acked-By: Tor Arvid Lund <torarvid@xxxxxxxxx> > --- > Âcontrib/fast-import/git-p4 | Â Â2 +- > Â1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/contrib/fast-import/git-p4 b/contrib/fast-import/git-p4 > index 2fefea4..d2ba215 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 > -- > 1.7.2.3 > > -- > To unsubscribe from this list: send the line "unsubscribe git" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at Âhttp://vger.kernel.org/majordomo-info.html > -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html