summaryrefslogtreecommitdiffstats
path: root/vendor/diff-display
Commit message (Expand)AuthorAgeFilesLines
* Store affected lines of an inline diff comment correctlyJohan Sørensen2009-11-043-23/+16
* Make Diff::Display calculate line changes and display them in the merge reque...Johan Sørensen2009-09-282-2/+21
* Update Diff::Display to support the "No newline at the end of file" Line type,Johan Sørensen2009-04-222-0/+14
* Update Diff::Display to deal with invalid byte sequences slightly more gracefulJohan Sørensen2009-04-222-1/+14
* Updated Diff::Display to not mark complete-rewrite lines as having inline diffsJohan Sørensen2009-04-224-7/+46
* Updated Diff::Display with support for inline change supportJohan Sørensen2009-04-2229-433/+484
* Ruby 1.9 support in the unified diff generator (use #each_line instead of #each)Johan Sørensen2009-04-221-2/+2
* Added GitoriousConfig['gitorious_host']David Chelimsky2008-03-051-1/+1
* updated diff-display lib (technoweenie); fixes diff line numberingJohan Sørensen2008-02-224-64/+83
* updated Diff::Display libraryJohan Sørensen2008-02-093-3/+31
* updated Diff::Display libJohan Sørensen2008-02-096-22/+94
* Refactored Diff::Display classesJohan Sørensen2008-02-0352-915/+3180
* Don't extract changes in inline_diff for now. Diff::Display refactoring is em...Johan Sørensen2008-01-281-4/+5
* removed unused functionality of Diff::DisplayJohan Sørensen2008-01-141-4/+5
* Found a good place (for now) to put the HTML output escaping of diffsJohan Sørensen2008-01-141-18/+10
* - fixed edgecase bug in diff-displayJohan Sørensen2008-01-126-17/+53
* Add the Diff::Display library to display diffsJohan Sørensen2008-01-1114-0/+1510