mirror of
https://github.com/git/git.git
synced 2026-04-11 17:30:08 +02:00
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user