I have a patch file (unified diff), like the output from svn diff, git diff, or diff -u .... I want to review it, but the unified diff format - especially with many files & changes - is hard on my eyes.
How can I get a nicely-formatted diff view from the patch file? I don't have the files themselves, only the diff, so I can't use all the regular diff tools.
So far my 2 best tactics are:
- Load the diff in gvim and get some syntax highlighting
- Paste the diff into a Trac wiki in a
#!diff-formatted section and click "preview" - this creates an awesome diff view:
{{{
#!diff
<unified diff here>
}}}
Are there desktop tools that can do this? Is there a way to persuade kdiff3 / diffmerge / p4merge / etc. to visualize the patch file? Something that replicates Trac's visualization would be great as well.
EDIT: bonus points for Windows support as well, preferably with an installer or a pain-free installation.