mirror of
https://github.com/frej/fast-export.git
synced 2025-11-14 22:45:50 +01:00
Micro cleanup
This commit is contained in:
2
git-p4
2
git-p4
@@ -74,7 +74,7 @@ def extractLogMessageFromGitCommit(commit):
|
|||||||
for log in os.popen("git cat-file commit %s" % commit).readlines():
|
for log in os.popen("git cat-file commit %s" % commit).readlines():
|
||||||
if not foundTitle:
|
if not foundTitle:
|
||||||
if len(log) == 1:
|
if len(log) == 1:
|
||||||
foundTitle = 1
|
foundTitle = True
|
||||||
continue
|
continue
|
||||||
|
|
||||||
logMessage += log
|
logMessage += log
|
||||||
|
|||||||
Reference in New Issue
Block a user