Console Output
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url git@github.com:appNG/appng-tomcat-session.git # timeout=10
Fetching upstream changes from git@github.com:appNG/appng-tomcat-session.git
> git --version # timeout=10
> git fetch --tags --progress git@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 85dcb28d0e3d0419b13f5353d0e14f757d6ae52f (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 85dcb28d0e3d0419b13f5353d0e14f757d6ae52f
> git branch -a -v --no-abbrev # timeout=10
> git branch -D master # timeout=10
> git checkout -b master 85dcb28d0e3d0419b13f5353d0e14f757d6ae52f
Commit message: "ATS-11 support other webapps, not enforcing appNG"
> git rev-list --no-walk 6c0c8574d16c283ae2ef5f5a60bff014d2e5cac0 # timeout=10