How do I manually check the difference of files between two commits in the same git folder.
There's a ton of posts here how to configure git to use kdiff3 as the default merge tool but this question relates to manually attaching directories so that I can compare differences between commits.
To address the comments below:
Assume I have a file with filepath /path/to/dir/filename.txt. /path/to/dir/ is a git directory (was instantiated with git init).
I am trying to view the difference of /path/to/dir/filename.txt at commitid=bacfa3 and  /path/to/dir/filename.txt at commitid=aafaf8. I would prefer not to use git's command line interface git diff to perform this but rather view these changes only using the kdiff3 UI.
To address the additional answer below:
I attached an image to the kdiff3 UI.  There is an option to add files and a directory.  Is it possible to select a file  /path/to/dir/filename.txt at a specific commit (bacfa3) and the same file at another commit (aafaf8) and compare the two files using just the kdiff3 UI (no command line interface).
 
    