Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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.