Skip to content
Snippets Groups Projects

Use a separate table for storing push events

Merged Yorick Peterse requested to merge split-events-into-push-events into master
Compare and Show latest version
21 files
+ 154
108
Compare changes
  • Side-by-side
  • Inline
Files
21
+ 1
1
@@ -327,7 +327,7 @@ def commits
@commits ||= (data[:commits] || []).reverse
end
def commit_message
def commit_title
commit = commits.last
commit[:message] if commit
Loading