Current git branch I'm using is X.
I Would like to use installed difftool (in my case, kdiff3) in order to diff X against branch Y-specific commit.
e.g. git difftool branch_X..branch_Y$commit_hash --tool=kdiff3
What is the correct syntax to achieve this?
Thanks