| Summary: | Allow to compare multiple files from the command line | ||
|---|---|---|---|
| Product: | [Applications] kompare | Reporter: | Corentin Chary <corentin.chary> |
| Component: | general | Assignee: | Kompare bugs <kompare-bugs-null> |
| Status: | CONFIRMED --- | ||
| Severity: | wishlist | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Corentin Chary
2012-10-02 15:51:23 UTC
Kompare just doesn't support 3-way diffing. The 3_way_kompare development branch was supposed to add that, but AFAIK this was never implemented even on that branch. Try KDiff3. Hum the example was misleading, it's not related to 3-way diffing. New example: tkdiff : a/foo b/foo : a/bar/foo b/bar/foo : /dev/null b/new Will display output off diff a/foo b/foo diff a/bar/foo b/bar/foo diff /dev/null b/null |