> git log --date=short --pretty=fromat:"%cd %s"
fromat:2019-12-06 add ....
fromat:2019-12-04 add test <81><97><97><83><83><99><83><91>
...
[[http://www-creators.com/archives/78|Gitの日本語文字化けのよくある症状]]
// gitの設定ファイルを確認する
> git config --list
// pagerの設定をする
> git config --global core.pager "less -cm"
・・・が文字化けがなおらない