DATE: 2020.8.2
1、参考
2、git log --pretty=format:" "
官方参考:https://git-scm.com/docs/pretty-formats
控制显示的记录格式,常用的格式占位符写法及其代表的意义如下:
'%H': commit hash
'%h': abbreviated commit hash
'%T': tree hash
'%t': abbreviated tree hash
'%P': parent hashes
'%p': abbreviated parent hashes
'%an': author name
'%aN': author name (respecting .mailmap, see git-sho