Changes between Version 74 and Version 75 of UsingGitWithWebKit
- Timestamp:
- Dec 20, 2011, 9:21:12 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsingGitWithWebKit
v74 v75 206 206 }}} 207 207 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: 209 209 {{{ 210 210 git config --global core.trustctime false