Changes between Version 74 and Version 75 of UsingGitWithWebKit


Ignore:
Timestamp:
Dec 20, 2011 9:21:12 AM (12 years ago)
Author:
Adam Roben
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UsingGitWithWebKit

    v74 v75  
    206206}}}
    207207
    208  * If there are file system crawlers on your system that might be touching your working tree (e.g. Xcode indexing), you should tell git to ignore st_ctime information when checking if paths in the working tree have changed:
     208 * If there are file system crawlers on your system that might be touching your working tree (as seems to happen when Xcode is running), you should tell git to ignore st_ctime information when checking if paths in the working tree have changed:
    209209{{{
    210210git config --global core.trustctime false