Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make Compare#diffs diff_options a regular argument | Douwe Maan | 2016-08-03 | 1 | -1/+1 |
| | |||||
* | switch from diff_file_collection to diffs20034-safe-diffs | Paco Guzman | 2016-08-03 | 1 | -18/+18 |
| | | | | So we have raw_diffs too | ||||
* | Introduce Compare model in the codebase. | Paco Guzman | 2016-08-03 | 1 | -2/+45 |
| | | | This object will manage Gitlab::Git::Compare instances | ||||
* | Move to Gitlab::Diff::FileCollection | Paco Guzman | 2016-08-03 | 1 | -0/+23 |
Instead calling diff_collection.count use diff_collection.size which is cache on the diff_collection |