Console Output
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
No credentials specified
Fetching changes from the remote Git repository
Cleaning workspace
Fetching without tags
Checking out Revision b70da0c5fdc5068d5296037c16ee812e47c4bd85 (endgen)
Commit message: "Merge branch 'master' into endgen"
> git rev-parse --resolve-git-dir /home/debian/workspace/users-manual_endgen/.git # timeout=10
> git config remote.origin.url https://github.com/cuberite/users-manual.git # timeout=10
> git rev-parse --verify HEAD # timeout=10
Resetting working tree
> git reset --hard # timeout=10
> git clean -fdx # timeout=10
Fetching upstream changes from https://github.com/cuberite/users-manual.git
> git --version # timeout=10
> git --version # 'git version 2.39.2'
> git fetch --no-tags --force --progress -- https://github.com/cuberite/users-manual.git +refs/heads/endgen:refs/remotes/origin/endgen # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f b70da0c5fdc5068d5296037c16ee812e47c4bd85 # timeout=10
> git branch -a -v --no-abbrev # timeout=10
> git branch -D endgen # timeout=10
> git checkout -b endgen b70da0c5fdc5068d5296037c16ee812e47c4bd85 # timeout=10
> git rev-list --no-walk fe11e9cedd3c31fcd04941c93aa7d09113f8e641 # timeout=10
Cleaning workspace
> git rev-parse --verify HEAD # timeout=10
Resetting working tree
> git reset --hard # timeout=10
> git clean -fdx # timeout=10