GitDiff v0.4.0 API Reference

Modules

This helper library takes the output from git commands and parses them into Elixir data structures

Every patch generated by a ‘git diff’ command contains one or more chunks

Every chunk contains multiple lines, which can be context, added, or removed lines

Every ‘git diff’ command generates one or more patches