I know that the latest git can use this command to directory diff two versions:
git difftool -d <sha1> <sha1>
But I can't find any git clients(GUI) which can do this job.
I've tried
tortoisegit
smartgit
git-cola
git-extentions
github
gitk
None of them has this feature, could anyone recommend any git client(runs on windows xp) which can do this?
I don't know if sourcetree
can do this or not, cause I don't have either win7 or mac.
Thanks.