summaryrefslogtreecommitdiff
path: root/lib/gitlab/diff/file_collection/compare.rb
Commit message (Collapse)AuthorAgeFilesLines
* switch from diff_file_collection to diffs20034-safe-diffsPaco Guzman2016-08-031-4/+1
| | | | So we have raw_diffs too
* Introduce Compare model in the codebase.Paco Guzman2016-08-031-0/+3
| | | This object will manage Gitlab::Git::Compare instances
* Move to Gitlab::Diff::FileCollectionPaco Guzman2016-08-031-0/+14
Instead calling diff_collection.count use diff_collection.size which is cache on the diff_collection