commit | 1c094184da5c7bf572c907633279890bd15d1952 | [log] [tgz] |
---|---|---|
author | Simon Hausmann <simon@lst.de> | Tue May 01 23:15:48 2007 +0200 |
committer | Simon Hausmann <simon@lst.de> | Tue May 01 23:15:48 2007 +0200 |
tree | 7c519dda8c2e48952093c07b275dd97dd476e15a | |
parent | ff5dba20e324fb394b7077d0b1d1c5eb4357959f [diff] [blame] |
Micro cleanup Signed-off-by: Simon Hausmann <simon@lst.de>
diff --git a/contrib/fast-import/git-p4 b/contrib/fast-import/git-p4 index fb13469..9adc66a 100755 --- a/contrib/fast-import/git-p4 +++ b/contrib/fast-import/git-p4
@@ -74,7 +74,7 @@ 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