Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 350 Bytes

File metadata and controls

7 lines (5 loc) · 350 Bytes

patchparser: working with diff and patch files

This library allows for parsing and constructing diff and patch files in unified diff format with an optional header, as e.g. Git produces them via git format-patch.

For an example, see the split-patch program.