I obtained a git commit ID using git log --grep=<someregex>
Repository has over 600 000 commits and this one is old several months. How can I do a simple git diff that would show the changes made by this commit compared with previous commit, so that I would only see changes made by this commit?
git diff give me diff of this to latest one which results in quadrillions of lines and crash whole git...