Pinned Repositories
combinediff-rs
creates a single patch from two incremental patches
diff-rs
data comparison tool that calculates and displays the differences between two files or directories
interdiff-rs
creates an incremental patch from two patches against a common source (WIP)
lsdiff-rs
lists modified files in a patch
patch-rs
takes a difference listing produced by the diff program and applies those differences to one or more original files
splitdiff-rs
separates patches so that each new file alters a given file only once
Changeutils's Repositories
changeutils/diff-rs
data comparison tool that calculates and displays the differences between two files or directories
changeutils/lsdiff-rs
lists modified files in a patch
changeutils/patch-rs
takes a difference listing produced by the diff program and applies those differences to one or more original files
changeutils/combinediff-rs
creates a single patch from two incremental patches
changeutils/interdiff-rs
creates an incremental patch from two patches against a common source (WIP)
changeutils/splitdiff-rs
separates patches so that each new file alters a given file only once