cargo git-delta 0.11.0

latest releases: 0.17.0, 0.16.5, 0.16.4...
2 years ago

This release adds handling of merge conflicts and the "combined" diff format which git uses for merge commits; see the Merge conflicts README section and #189. Please consider setting

[merge]
    conflictstyle = diff3

With that setting, when a merge conflict is encountered, delta will display diffs between the ancestral commit and each of the two merge parents:

image

PRs

Full Changelog: 0.10.3...0.11.0

Don't miss a new git-delta release

NewReleases is sending notifications on new releases.