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.
私がやりたいのは、リポジトリ内の1つのフォルダのみに関連するすべての変更のコミットログを取得することです。仮にあったとしても、これはどのように可能ですか?
git log --all -- some/path
完全を期すために追加されました。履歴のある時点でこのパスの名前が変更されたりコピーされたりした場合に備えて、最初に「コピーの検索」と「コピーの検索を難しくする」を使用して、別のパスを追加するかどうかを確認することをお勧めします。