Closed
Description
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
Labels
No labels