github bluekeyes/go-gitdiff v0.2.0

latest releases: v0.8.1, v0.8.0, v0.7.4...
5 years ago

Introduce the Applier type for applying binary and text patches. Like parsing, it is well-covered by unit tests, but not extensively tested with real-world patches. Text patches can only be applied in "strict" mode, where the content and positions in each fragment must match the source exactly. This restriction may be relaxed in future releases.

API Breaks

  • Remove the LineReader type. While v0.1.0 introduced this type, it did not appear in any signatures.

Don't miss a new go-gitdiff release

NewReleases is sending notifications on new releases.