Console Output
No credentials specified
Fetching changes from the remote Git repository
Checking out Revision 74c33f0c2019876938fc3a0d97814b96f5516db0 (refs/remotes/origin/master)
Commit message: "Fix more syntax errors"
> git rev-parse --is-inside-work-tree # timeout=10
> git config remote.origin.url https://github.com/llvm/llvm-zorg.git # timeout=10
Fetching upstream changes from https://github.com/llvm/llvm-zorg.git
> git --version # timeout=10
> git fetch --tags --progress -- https://github.com/llvm/llvm-zorg.git +refs/heads/*:refs/remotes/origin/*
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 74c33f0c2019876938fc3a0d97814b96f5516db0
> git branch -a -v --no-abbrev # timeout=10
> git branch -D master # timeout=10
> git checkout -b master 74c33f0c2019876938fc3a0d97814b96f5516db0
> git rev-list --no-walk 74c33f0c2019876938fc3a0d97814b96f5516db0 # timeout=10