Micro cleanup

This commit is contained in:
Simon Hausmann
2007-05-01 23:15:48 +02:00
parent bbe740ba2c
commit d2904a9358

2
git-p4
View File

@@ -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