GitDiff v0.6.4 API Reference

Modules

A simple implementation for taking the output from 'git diff' and transforming it into Elixir structs.

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.