git log でファイルも表示しグレップする

$ git log --stat | grep -B 8 hoge.rb | less
-B X は要調整

git log で変更・追加されたファイルを表示する - yuumi3のお仕事日記

grepで該当する行の前後も一緒に表示するには