Get the git log commit messages between two commits:
git log --format='%h - %an - %s' a231d20...be12f1d
The commit ID used in the range only needs a few of the initial characters found in the long SHA-1 commit ID to identify the required commits to include.