Rust interdiff implementation.
This is a limited unfinished interdiff implementation, which works only for cases where two patches do not overlap. The hunk merging algorithm, which is the last piece of the puzzle, is still under development.
creates an incremental patch from two patches against a common source (WIP)
Rust
Rust interdiff implementation.
This is a limited unfinished interdiff implementation, which works only for cases where two patches do not overlap. The hunk merging algorithm, which is the last piece of the puzzle, is still under development.