rtfpessoa / diff2html-cli

Pretty diff to html javascript cli (diff2html-cli)
https://diff2html.xyz
MIT License
524 stars 50 forks source link

It is probably worth to mention in docs that it expects unified diff #18

Closed andruhon closed 8 years ago

andruhon commented 8 years ago

Say diff -u fileA.txt fileB.txt | diff2html -F diff.html -i stdin

But not diff fileA.txt fileB.txt | diff2html -F diff.html -i stdin

rtfpessoa commented 8 years ago

Hi @andruhon, until a couple of weeks ago it only supported git diffs. Then I added support for unified diffs but I did not update the docs. I will try to do it soon, with better explanation.

rtfpessoa commented 8 years ago

Fixed