8000 Merge pull request #453 from rco-ableton/develop · pythonthings/github3.py@ccdf55d · GitHub
[go: up one dir, main page]

Skip to content

Commit ccdf55d

Browse files
committed
Merge pull request sigmavirus24#453 from rco-ableton/develop
Correctly get the commit's message
2 parents 685bbfe + 7c9453d commit ccdf55d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

github3/repos/commit.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ def _update_attributes(self, commit):
6363

6464
self._uniq = self.sha
6565

66+
#: The commit message
67+
self.message = self.commit.message
68+
6669
def _repr(self):
6770
return '<Repository Commit [{0}]>'.format(self.sha[:7])
6871

0 commit comments

Comments
 (0)
0