Add -F fmt option to give a free format string to git show --pretty=.
It can be used, for example, as:
./tools/tools/git/mfc-candidates.lua -X exclude-list-15 -F "%h %cD %s"
to see which commits have passed the minimum 3 days of waiting before
MFCing, ot to see which group of commits belong together.
MFC after: 3 days