summaryrefslogtreecommitdiff
path: root/lib/gitlab/diff/line.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fix broken spec and small refactor. #3945Rubén Dávila2015-12-301-2/+2
|
* New implementation for highlighting diff files. #3945Rubén Dávila2015-12-301-0/+1
| | | | | | * It is more performant given now we process all the diff file instead of processing line by line. * Multiline comments are highlighted correctly.
* Show additions/deletions stats on merge request diffDmitriy Zaporozhets2015-10-011-0/+8
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Refactoring inside refactoring. We need to go deeperDmitriy Zaporozhets2014-09-081-3/+3
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Gitlab::Diff classes addedDmitriy Zaporozhets2014-09-081-0/+12
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>