Console Output
The recommended git tool is: git
Cloning the remote Git repository
Cloning repository https://github.com/larson-group/clubb.git
> git init /private/tmp/jenkins/workspace/clubb_mac_test # timeout=10
Fetching upstream changes from https://github.com/larson-group/clubb.git
> git --version # timeout=10
> git --version # 'git version 2.17.2 (Apple Git-113)'
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 config remote.origin.url https://github.com/larson-group/clubb.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 4c6aa5c98c6c14dfbf9833f12ec2c9fdebde8658 (refs/remotes/origin/master)
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 4c6aa5c98c6c14dfbf9833f12ec2c9fdebde8658 # timeout=10
Commit message: "Update coding standard on indentation."
> git rev-list --no-walk 60f9ff5ab9baf3166d9e5bd68826c9e47ea00839 # timeout=10