summaryrefslogtreecommitdiff
path: root/lib/diff/lcs/hunk.rb
Commit message (Collapse)AuthorAgeFilesLines
* Restoring an older public API method.Austin Ziegler2013-02-091-0/+1
| | | | | | | | | - I changed what I thought was a private API, but it turns out that people used Hunk#unshift. Because the Hunk#merge functionality is safer and more correct, I have provided Hunk#unshift as an alias to Hunk#merge. - Note that Hunk#unshift should be considered deprecated and the alias will be removed in a future major version of Diff::LCS.
* Reformatting.Austin Ziegler2013-01-191-56/+65
| | | | | - Bringing indents in a little. - Simplifying a little logic so that boolean shortcuts are taken faster.
* Fixing warnings in Ruby code.Austin Ziegler2011-07-311-16/+1
| | | | https://github.com/halostatue/diff-lcs/issues/3
* Converting diff-lcs from svn to git format.Austin Ziegler2011-07-301-0/+257