git config --add core.filemode false


发现.git/config 中新增了一行:

[core]
        ...
	filemode = false

 ref: http://blog.sina.com.cn/s/blog_630bf12f01011r83.html

相关文章: