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 log ... e555b222からd444を選択する一連の引数はありますか?(a111またはe555も選択できます)。
git log ... e555
(わかりました、私は自己回答できると思います)
少し試行錯誤して、私はそれを理解しました:
e555^1..e555^2
言い換えると、「マージ[ブランチ]の2番目の親の履歴にはあるが、最初の親[マスター、通常]の履歴にはないコミットを選択する」ということです。
もっと簡単な方法があるとは思いませんか?