Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
「ThisClass(object):」などのコードを含む最後のコミットに時間をさかのぼりたいと思います。その後、そのコードは後のコミットでプロジェクトから削除されました。
git bisect + grep/awk-ingを使うことを考えました。また、マニュアルページで正しいコマンドを理解することはできませんが、gitgrepを使用するとこの種のことを実行できる可能性があると聞きました。
何かご意見は?
-S(検索)引数を使用してgit log:
git log
git log -S 'ThisClass(object):'