Thursday, May 22, 2008

Patch Utils

Utilities to work with patches are patchutils. The utilities are :
  1. combinediff : create a single patch from two incremental patches
  2. filterdiff : filters or excludes diffs from a diff file
  3. fixcvsdiff : fixes the diff files created by cvs that patch misinterprets
  4. grepdiff : shows which files are modified by a patch matching a regex
  5. interdiff :shows differences between two unified diff files
  6. lsdiff :shows which files are modified by a particular patch
  7. rediff : fixes offsets and counts of a handedited diff
  8. splitdiff : seperates out two incremental patches

No comments: