论坛首页 综合技术论坛

做一次git的观众

浏览 15985 次
精华帖 (1) :: 良好帖 (13) :: 新手帖 (0) :: 隐藏帖 (0)
作者 正文
   发表时间:2010-08-16  
太强大了吧。我还是svn好了。
0 请登录后投票
   发表时间:2010-11-16  
首先,我们发现index文件被改变了。但是,经过我仔细比对两次的index文件的二进制字节码后发现,它的内容并没有改变,所以可能是它的修改时间发生了改变。
----
正好用过这个选项。
看git help config的输出,里面core.trustctime是管这个的,

core.trustctime
    If false, the ctime differences between the index and the working copy are ignored; useful when the inode change time is regularly modified by something outside Git (file system crawlers and some backup systems). See git-update-index(1). True by default.

这个选项关闭的话,似乎对git“闪电般的速度”有所影响,但影响非常有限。对有需要的人,这个还是无所谓的
0 请登录后投票
   发表时间:2010-11-16  
感谢ls,找到了这么详细的解释!
0 请登录后投票
论坛首页 综合技术版

跳转论坛:
Global site tag (gtag.js) - Google Analytics