gitlab-org--gitlab-foss/app/views/projects/commits
Stan Hu 5138d659b5 Speed up diff comparisons by limiting number of commit messages rendered
When a diff has a significant number of commits, the previous behavior would
attempt to render the Markdown on all the commit messages but only display
1000 of them. To avoid additional work, we only need to render the Markdown
on the set that is displayed.
2018-08-22 06:28:31 -07:00
..
_commit.atom.builder
_commit.html.haml
_commit_list.html.haml Speed up diff comparisons by limiting number of commit messages rendered 2018-08-22 06:28:31 -07:00
_commits.html.haml Speed up diff comparisons by limiting number of commit messages rendered 2018-08-22 06:28:31 -07:00
_inline_commit.html.haml
show.atom.builder
show.html.haml