Console Output
The recommended git tool is: NONE
No credentials specified
Fetching changes from the remote Git repository
> git rev-parse --is-inside-work-tree # timeout=10
> git config remote.origin.url https://github.com/llvm/llvm-project.git # timeout=10
Fetching upstream changes from https://github.com/llvm/llvm-project.git
> git --version # timeout=10
> git --version # 'git version 2.24.3 (Apple Git-128)'
> git fetch --tags --force --progress -- https://github.com/llvm/llvm-project.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 14097fbb0818dab80676c0cd909116b1720f2c9f (detached)
> git rev-parse 14097fbb0818^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 14097fbb0818dab80676c0cd909116b1720f2c9f # timeout=10
Commit message: "[gn build] Port bbb3d03f93b8"
> git rev-list --no-walk 9872551ca09b60f24d9090e7681de6fc9627ce33 # timeout=10