I need a plumbing command to print the commit message of one given commit - nothing more, nothing less.
I started to use
git show-branch --no-name
It seems to be faster than
git show -s --format=%s
Both give the same result