5 ms·
It doesn't seem to be side by side, while icdiff is. Colors by themselved are not an issue as git supports it natively. Have I miseed something? edit: fix typ
by selectnull 12y ago
It doesn't seem to be side by side, while icdiff is. Colors by themselved are not an issue as git supports it natively.
Have I miseed something?
edit: fix typo
- dima55 12y agodiff -y is side-by-side. As far as I know colordiff does per-line coloring, while icdiff seems to have finer granularity. This dude really should have patched colordiff, though. Or just used emacs.
- cbr 12y agocolordiff is just a perl script to colorize diff's output. Patching it to add support for the kind of coloring I want to do here would be a lot of work. As for using emacs, there are many cases when I want a stand-alone diff tool.
- selectnull 12y agoWow, all these years and I haven't known about diff -y. Thanks.