Note git fsmonitor in documentation for iOS also
Bug: None Change-Id: Ib7e6b10965b9bcd5c4b51e3119ce3c3471699567 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4573501 Reviewed-by: Avi Drissman <avi@chromium.org> Auto-Submit: Tiago Vignatti <tvignatti@igalia.com> Commit-Queue: Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/main@{#1150320}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
ad2c3a4963
commit
760b0c0362
@ -481,6 +481,15 @@ If `git --version` reports 2.6 or higher, but below 2.8, you can instead run
|
||||
$ git update-index --untracked-cache
|
||||
```
|
||||
|
||||
#### Configure git to use fsmonitor
|
||||
|
||||
If `git --version` reports 2.37 or higher, use fsmonitor, which will
|
||||
significantly speed git:
|
||||
|
||||
```shell
|
||||
$ git config core.fsmonitor true
|
||||
```
|
||||
|
||||
### Xcode license agreement
|
||||
|
||||
If you're getting the error
|
||||
|
Reference in New Issue
Block a user