Right-clicking on a staged file and picking "Launch Difftool for..." does nothing. Guessing this is because you need to specify --staged on the command line to git difftool in order to launch difftool for staged files.
Can a check be added to determine if the right-click is being done in the staged vs unstaged box and add the parameter as needed?
Right-clicking on a staged file and picking "Launch Difftool for..." does nothing. Guessing this is because you need to specify
--stagedon the command line togit difftoolin order to launch difftool for staged files.Can a check be added to determine if the right-click is being done in the staged vs unstaged box and add the parameter as needed?