Allow using `git difftool` instead of `git diff`
Is your feature request related to a problem? Please describe.
I'm always frustrated when I can not use git difftool but only git diff.
Describe the solution you'd like
I want the diffs displayed using git difftool.
Additional context
You hardcoded git diff here (maybe other places too, not sure):
https://github.com/Jguer/yay/blob/bea53a4a09526ace9a03f33cd5cf8eb3f48fa188/pkg/menus/diff_menu.go#L55-L58
Would be nice if there would be a (global) config and a yay command line flag to set/choose if to use diff or difftool.
Thanks!
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Asdf
Anyone?