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
I would try a syntax highlighter, e.g. pygments handles diffs just fine.