-
Notifications
You must be signed in to change notification settings - Fork 400
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Support for zdiff3 conflict-style from Git 2.35 #795
Comments
That probably needs to to libgit2 upstream to support, or? |
Possibly, I am not sure how your library (or libgit2) uses the conflict style. |
like I said please open this conversation up in libgit2 repo |
This has now been fixed in libgit2 with libgit2/libgit2#6195. Note to anyone ending up on this issue from googling around, it seems like
I guess the first step toward fixing this would be to update the libgit2 version used in git2-rs, so that it can eventually make its way into cargo. |
Setting the new zdiff3 conflictStyle with
in my global .gitignore leads to errors in e.g. cargo-deny like
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.
The text was updated successfully, but these errors were encountered: