We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8db92fd + 76574b2 commit 67c9ee4Copy full SHA for 67c9ee4
README.md
@@ -78,6 +78,8 @@ Diff to Html generates pretty HTML diffs from unified and git diff output in you
78
in the browser and input from git diff command
79
diff2html -i file -- my-file-diff.diff
80
-> reading the input from a file
81
+ diff -u file1.txt file2.txt | diff2html -i stdin
82
+ -> reading diff from stdin
83
diff2html -f json -o stdout -- -M HEAD~1
84
-> print json format to stdout
85
diff2html -F my-pretty-diff.html -- -M HEAD~1
0 commit comments