git logで特定の行がいつ削除/追加されたか調べる 8月 7, 2020 – by b07jimorelia 0 以下のコマンドで調査可能 $ git log -S "調べたい文字列" --patch file_name.py