gitlab-org--gitlab-foss/lib/gitlab/diff
Douwe Maan 5fea640e90 Merge branch 'multi-line-inline-diff' into 'master'
Render inline diffs for multiple changed lines following eachother

Before:

![Screen_Shot_2016-07-11_at_00.08.27](/uploads/b14664211e0f5cef6e77a78eadfcbcdf/Screen_Shot_2016-07-11_at_00.08.27.png)

After:

![Screen_Shot_2016-07-11_at_00.07.34](/uploads/567be631869a4867a2edf6ff7eda6369/Screen_Shot_2016-07-11_at_00.07.34.png)

See merge request !5174
2016-07-13 05:29:49 +00:00
..
diff_refs.rb Add some more code comments. 2016-07-06 19:28:13 -04:00
file.rb Collapse large diffs by default 2016-07-08 10:56:55 +01:00
highlight.rb Remove duplication, unused methods, and some other style things 2016-07-06 19:29:41 -04:00
inline_diff.rb Rename constant to be more descriptive 2016-07-13 00:02:20 -05:00
inline_diff_marker.rb Reuse existing SCSS variables 2016-05-18 13:20:46 -05:00
line.rb Extract parts of LegacyDiffNote into DiffOnNote concern and move part of responsibility to other classes 2016-07-06 18:50:59 -04:00
line_code.rb
line_mapper.rb Add some more code comments. 2016-07-06 19:28:13 -04:00
parallel_diff.rb Display new diff notes and allow creation through the web interface 2016-07-06 18:51:00 -04:00
parser.rb Enable Style/EmptyLines cop, remove redundant ones 2016-07-01 21:56:17 +02:00
position.rb Add some more code comments. 2016-07-06 19:28:13 -04:00
position_tracer.rb Add Gitlab::Git::PositionTracer 2016-07-06 18:50:59 -04:00