Console Output
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/appNG/appng-tomcat-session.git # timeout=10
Fetching upstream changes from https://github.com/appNG/appng-tomcat-session.git
> git --version # timeout=10
> git fetch --tags --progress https://github.com/appNG/appng-tomcat-session.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
Checking out Revision 976e5b40b99197098f5d0e5daf06fef901d716fb (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 976e5b40b99197098f5d0e5daf06fef901d716fb
> git branch -a -v --no-abbrev # timeout=10
> git branch -D master # timeout=10
> git checkout -b master 976e5b40b99197098f5d0e5daf06fef901d716fb
Commit message: "ATS-8 some optimizations"
> git rev-list --no-walk 7e21b642c4a3698be3cc81c1ec84895655b47eb1 # timeout=10