Is there a way to show the git-diff filtered by a given pattern.
Something like
git grepdiff pattern changed file +++ some sentence with pattern change
This did the job for me, I hope it will help someone:
git diff | grep -P '^\+|^\-'