我正在尝试使用 --date=format:'%Y%b%d' 以 2021April09 格式打印提交日期,但它给了我分段错误。即使对于标准格式,以下任何一项都不适合我。
git log --pretty=format:%cd --date=format:%Y%m%d -5
git log --pretty=format:%cd --date=format:'%Y-%m-%d' -5
我知道我可以git log --pretty=format:%cd --date=short
用来获取较短的版本,但我想使用 strftime 格式打印缩写月份等