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
I use git log -p, which opens less (configurable, though), which in turn can be searched for with /. There's also git log -S .
git log -p
git log -S