logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

dehtmldiff - get usable diff from an HTML page

Author

TimWaugh <twaugh@redhat.com>
           Package maintainer

patchutils                                       17 January 2003                                   DEHTMLDIFF(1)

Description

dehtmldiff creates usable diff files from HTML pages. This is useful in the scenario where a patch has
       been posted to a mailing list viewable via a web page.

       The corrected diff is sent to standard output. Note that you will probably need to use the -l option when
       applying the patch, in order to ignore any whitespace differences there may be.

Limitations

       The way this command works is fairly primitive; it boils down to some simple text replacements, followed
       by an unwrapdiff pass. As a result, all of the limitations that apply to unwrapdiff also apply to
       dehtmldiff.

Name

       dehtmldiff - get usable diff from an HTML page

Options

--help
           Display a short usage message.

       --version
           Display the version number of dehtmldiff.

Synopsis

dehtmldiff [file...]

       dehtmldiff {[--help] | [--version]}

See Also