git config core.checkStat minimal
core.checkStat
Determines which stat fields to match between the index and work tree. The user can set this to default or minimal. Default (or explicitly default), is to check all fields, including the sub-second part of mtime and ctime.
查看当前git config列表
git config --list
所有git config 设置