There doesn't seem to be any way to take two arbitrary (non-git) directories and do a side-by-side diff. Right now I'm working around this by initializing a git repo, deleting one directory, and copying the other where the first used to be, then using cdiff.
There doesn't seem to be any way to take two arbitrary (non-git) directories and do a side-by-side diff. Right now I'm working around this by initializing a git repo, deleting one directory, and copying the other where the first used to be, then using cdiff.