From: Simon Hausmann Date: Tue, 1 May 2007 21:15:48 +0000 (+0200) Subject: Micro cleanup X-Git-Tag: v1.5.3-rc0~65^2^2~125 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1c094184da5c7bf572c907633279890bd15d1952;p=git.git Micro cleanup Signed-off-by: Simon Hausmann --- diff --git a/contrib/fast-import/git-p4 b/contrib/fast-import/git-p4 index fb13469ce..9adc66a05 100755 --- a/contrib/fast-import/git-p4 +++ b/contrib/fast-import/git-p4 @@ -74,7 +74,7 @@ def extractLogMessageFromGitCommit(commit): for log in os.popen("git cat-file commit %s" % commit).readlines(): if not foundTitle: if len(log) == 1: - foundTitle = 1 + foundTitle = True continue logMessage += log