git log --grep 搜索提交注释 例:git log --grep 'APPLE'git log --stat --author=someone 查看个人修改记录 例:git log --stat --author=wangdh