Console Output
The recommended git tool is: NONE
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/cuberite/cuberite.git
> git init /Users/cuberite/workspace/darwin-x86_64 # timeout=10
Fetching upstream changes from https://github.com/cuberite/cuberite.git
> git --version # timeout=10
> git --version # 'git version 2.30.1 (Apple Git-130)'
> git fetch --tags --force --progress -- https://github.com/cuberite/cuberite.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision b0376367562d6c2c9f69d3b16b3c62bf7c353c78 (origin/master)
> git config remote.origin.url https://github.com/cuberite/cuberite.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse origin/master^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f b0376367562d6c2c9f69d3b16b3c62bf7c353c78 # timeout=10
Commit message: "Changed Windows instructions to build out-of-source."
> git rev-list --no-walk b0376367562d6c2c9f69d3b16b3c62bf7c353c78 # timeout=10