Console Output
The recommended git tool is: git
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/larson-group/clubb.git # timeout=10
Fetching upstream changes from https://github.com/larson-group/clubb.git
> git --version # timeout=10
> git --version # 'git version 1.8.3.1'
using GIT_ASKPASS to set credentials THe key used by the system for the tests
> git fetch --tags --progress https://github.com/larson-group/clubb.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 1bea1ba8fa1adec945e50b7040d836465bd865ce (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 1bea1ba8fa1adec945e50b7040d836465bd865ce # timeout=10
Commit message: "Adding the correct pipeline script for this test"
> git rev-list --no-walk a5de0c1313eddb90f168aa494c277395274f9d08 # timeout=10