SuccessConsole Output

No credentials specified
Fetching changes from the remote Git repository
Checking out Revision 4ec74127d5f944430d247a1b8f974fcb2f62ccc1 (refs/remotes/origin/master)
Commit message: "Removed c_compiler and cxx_compiler options from OpenMPBuilder"
 > 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 4ec74127d5f944430d247a1b8f974fcb2f62ccc1
 > git rev-list --no-walk 4ec74127d5f944430d247a1b8f974fcb2f62ccc1 # timeout=10