There are many SO questions that show how to view the output of a git diff
command in a diff viewer like meld using git difftool
or otherwise. I am not asking about git diff
though.
I want to see the output of git show <previous commit sha1>
in a diff viewer like meld. How can I do this?