如何找出一个合并提交中包含哪些提交?



例如,我有一个合并提交

commit MERGE-COMMIT-ID
Merge: commit1 commit2

我想知道此合并中包含哪些提交。

例如,您可以使用git log <hash>

git log f5c6e83496a373c4ebb3adf89e79c8c6ce057adb commit f5c6e83496a373c4ebb3adf89e79c8c6ce057adb (origin/development, origin/HEAD, development) Merge: b445d90 0ac84a2 Author: author Date:   Thu Oct 10 22:08:36 2019 -0400     Merge pull request #94 from author/feature/13-jobs-crud        Fixed stuff commit 0ac84a239b438cea909422fcc88b0cb6a4ccdb9d Author: author Date:   Thu Oct 10 22:06:26 2019 -0400     Fixed stuff commit b445d90579690199680775b2475e5e4a795af8cdMerge: b0736d1 0eb371a Author: author Date:   Thu Oct 10 21:57:48 2019 -0400     Merge pull request #93 from author/feature/13-jobs-crud    :