This is a nice command to get a list of commits with messages for each in a list:

git log --pretty=oneline --abbrev-commit
git log --pretty=format:"%cd %h %s"