git blame コマンド
$ git blame filename
参考:
Git blame を使って効率の良い犯人探し – Qiita
blame コマンドで特定の行がいつ変更されたのか調べて、バグの混入を見つける | YoheiM .NET
git blame でファイルの修正履歴を追う | Ren’s blog
git blame で何処の誰が何時変更したか知る | Bye Bye Moore
git blame 使い方 | transitive.info
git でとあるコミットがどのバージョンで入ったかを確認する方法 | rochefort’s blog
git blame と peco と hub で特定行の GitHub の PR を一発で開くのを実現する git alias | ps aux grep serinuntius