I'm trying to get the date-time of the last commit with whitespaces:
git log -n 1 --pretty=format:%cd --date=format:%d %b %Y An exception is:
fatal: ambiguous argument '%b': unknown revision or path not in the working tree. Use '--' to separate paths from revisions, like this: 'git <command> [<revision>...] -- [<file>...]'
format:%d %b %Y? (c) How many words does--dateexpect after the=sign? There are a few Git commands/options that do expect, or at least handle, more than one word, but is--dateone of them?