From: Simon Hausmann Date: Fri, 13 Apr 2007 20:21:10 +0000 (+0200) Subject: Print an error message of some sort if git fast-import fails. X-Git-Tag: v1.5.3-rc0~65^2^2~132 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fd4ca86a0b920ddde464e787ef2350126f083d75;p=git.git Print an error message of some sort if git fast-import fails. Signed-off-by: Simon Hausmann --- diff --git a/contrib/fast-import/git-p4 b/contrib/fast-import/git-p4 index 4fbfaf11b..6db757ae4 100755 --- a/contrib/fast-import/git-p4 +++ b/contrib/fast-import/git-p4 @@ -958,6 +958,7 @@ class P4Sync(Command): try: self.commit(details, self.extractFilesFromCommit(details), self.branch, self.globalPrefix) except IOError: + print "IO error with git fast-import. Is your git version recent enough?" print self.gitError.read() else: