I need a plumbing command to print the commit message of one given commit - nothing more, nothing less.
git show is more a plumbing command than git log, and has the same formatting options:
git show
git log
git show -s --format=%B SHA1