Convert raw diff file to colorized html output

后端 未结 6 1177
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-13 03:37

Does anyone know of a script that can accept a raw diff file and pretty print HTML output (which would be easier to review/mail)? A google search returned me some results li

6条回答
  •  情歌与酒
    2021-01-13 04:01

    I finally used diff2html.py to create static html output of a side-by-side diff, given my unified diff intput

提交回复
热议问题