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.
gitと同様に、jgit を使用して、マージ コミットで変更されたファイルのリストを取得したいと考えていますgit show --name-only。
git show --name-only
1 つの親を持つ通常のコミットで変更されたファイルを取得する方法の例はたくさんありますが、複数の親を持つマージ コミットでは機能しません。