summaryrefslogtreecommitdiffstats
path: root/lib/redmine/unified_diff.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixed that partial diffs are done against html instead of original code (#9143).Jean-Philippe Lang2012-02-151-24/+25
* remove trailing white-spaces from lib/redmine/unified_diff.rb.Toshi MARUYAMA2011-09-011-16/+16
* Highlight changes inside diff lines (#7139).Jean-Philippe Lang2011-03-111-55/+115
* scm: fix diffs do not handle one line new files properly (#7618).Toshi MARUYAMA2011-02-231-1/+1
* Ruby 1.9 compatibility of unified_diff.rb.Toshi MARUYAMA2011-02-211-2/+10
* Fixes diff parser for when lines starting with multiple dashes are removed (#...Jean-Philippe Lang2009-11-111-3/+2
* String#each removed in ruby1.9.Jean-Philippe Lang2009-10-101-0/+1
* Adds a setting to limit the number of diff lines that should be displayed (de...Jean-Philippe Lang2008-12-071-0/+10
* Use options hash in UnifiedDiff.newJean-Philippe Lang2008-12-071-4/+6
* Switch order of current and previous revisions in side-by-side diff (#1903).Jean-Philippe Lang2008-09-211-12/+12
* Move unified diff parser out of the scm abstract adapter so it can be reused ...Jean-Philippe Lang2008-06-081-0/+178