Skip to content

Support for zdiff3 conflict-style from Git 2.35 #795

Closed
@taladar

Description

@taladar

Setting the new zdiff3 conflictStyle with

[merge]
    conflictStyle = zdiff3

in my global .gitignore leads to errors in e.g. cargo-deny like

2022-01-26 10:53:03 [ERROR] failed to fetch advisory database: git operation failed: unknown style 'zdiff3' given for 'merge.conflictstyle'; class=Checkout (20)

Since their source-code does not mention diff3 (the old value of that setting) but it uses git2-rs as a dependency and your source code does I assume it needs to be fixed on your end.

This is particularly annoying since that also means I can't use it with git itself.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions