summaryrefslogtreecommitdiffstats
path: root/lib/puppet/util/diff.rb
Commit message (Collapse)AuthorAgeFilesLines
* Removed extra whitespace from end of linesIan Taylor2009-06-061-2/+2
|
* Applying patch by wyvern to fix #1142.Luke Kanies2008-03-201-2/+2
|
* Adding support for providing a diff when files are being changed. Currently ↵Luke Kanies2007-08-271-0/+71
uses a local diff binary, but could easily be changed to use the ruby diff/lcs library. Modified puppet and puppetd to automatically show file diffs when in noop mode, but can otherwise be enabled using --show_diff. This only works when running interactively, because the diffs are printed on stdout.