Skip to content

0.11.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Dec 01:18

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